Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Releases: EvgenyOrekhov/lints

v10.0.0

04 Dec 08:35
Compare
Choose a tag to compare

Bump version to 10.0.0 for those who don't use custom .lints.json.

Changes:

  • Add markdownlint -
    a Node.js style checker and lint tool for Markdown files
  • Add remark-lint - a Markdown
    code style linter
  • Treat globs in .lints.json in a case-insensitive manner

If you already have a .lints.json, in order to use markdownlint and
remark-lint you need to add them to your .lints.json, as in
src/default.lints.json.

If you wish to customize markdownlint rules you can create a
.markdownlint.json file in the root of your project (see more
about it at https://github.com/DavidAnson/markdownlint#optionsconfig).

If you wish to customize remark-lint presets and rules you can create a
.remarkrc file in the root of your project (see more about it at
https://github.com/wooorm/remark-lint#configuring-remark-lint).

v9.0.0

24 Nov 20:13
Compare
Choose a tag to compare

Breaking changes:

  • Update stylelint-config-standard to 15.0.0

v8.0.0

27 Oct 15:38
Compare
Choose a tag to compare

Breaking changes:

  • Update stylelint-config-standard to 14.0.0

Other changes:

  • Fix #6: add line and column numbers to Bootlint's warnings
  • Add formatting to w3cjs' warnings

v7.0.0

22 Sep 19:08
Compare
Choose a tag to compare

Bump version to 7.0.0 for those who don't use custom .lints.json.

Changes:

  • Add Bootlint

If you already have a .lints.json, in order to use Bootlint you
need to add it to your .lints.json, as in src/default.lints.json.

If you wish to disable some of the Bootlint's linters you can
create a .bootlintrc.json file in the root of your project with
an array of string linter IDs to disable, e. g.

["W001", "W002", "W003"]

v6.0.0

10 Sep 20:38
Compare
Choose a tag to compare

Breaking changes:

  • Update ESLint linter: use "eslint:recommended" rules by default
  • Update stylelint-config-standard to 13.0.0

Other changes:

  • Fix ESlint linter not supporting some ESLint config options
    (e. g. extends)
  • Add rule names to CSSLint and ESLint warnings
  • Reduce package size

v5.0.1

29 Aug 20:44
Compare
Choose a tag to compare

Fix globs parsing: ignore directories.

v5.0.0

18 Aug 11:14
Compare
Choose a tag to compare

Bump version to 5.0.0 for those who don't use custom .lints.json or .eslintrc.

Changes:

  • Add stylelint
  • Add linter names to the warning report
  • Update ESLint linter: use "eslint:recommended" rules by default

If you already have a .lints.json, in order to use stylelint you
need to add it to your .lints.json, as in src/default.lints.json

v2.0.0

21 Feb 14:35
Compare
Choose a tag to compare

Breaking change due to upgrading ESLint to v2.0.0
Migrate your ESLint configs to 2.0.0
http://eslint.org/docs/user-guide/migrating-to-2.0.0