Releases: EvgenyOrekhov/lints
v10.0.0
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
Breaking changes:
- Update stylelint-config-standard to 15.0.0
v8.0.0
v7.0.0
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
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
Fix globs parsing: ignore directories.
v5.0.0
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
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