Releases: EvgenyOrekhov/lints
18.0.0
Breaking changes:
- Upgrade stylelint to 10.0.0 (see https://github.com/stylelint/stylelint/releases/tag/10.0.0)
Other changes:
- Update dependencies
v17.1.0
17.0.0
Breaking changes:
- Upgrade ESLint to 5.0.0 (see ESLint 5.0.0 migration guide)
Other changes:
- Update dependencies
v16.0.0
Breaking changes:
- Add matching of filenames starting with a dot
You would want to add ".git/**" to the global ignore list in your .lints.json
, as in https://github.com/EvgenyOrekhov/lints/blob/9d8b8ef4379b3fe56c948e1edb891f38b21e9fb0/src/default.lints.json#L4.
Other changes:
- Increase globbing speed
v15.0.0
Bump version to 15.0.0 for those who don't use custom .lints.json
.
Breaking changes (for those who don't use custom .lints.json
):
- Add dockerfilelint
Fixes:
- Add support for YAML in linter configs
Other changes:
- Update dependencies
If you already have a .lints.json
, in order to use dockerfilelint you need to add it to your .lints.json
, as in src/default.lints.json.
If you wish to customize dockerfilelint rules you can create a .dockerfilelintrc
file in the root of your project (see more about it at https://github.com/replicatedhq/dockerfilelint#configuring).
v14.0.0
Bump version for those who don't use custom .remarkrc
config.
Breaking changes:
- Update remark-preset-lint-recommended to 3.0.0
Fixes:
- #12 - "line undefined column undefined" in w3cjs
Other changes:
- Update dependencies
13.0.0
v12.0.0
Breaking changes:
- Upgrade ESLint to 4.0.0 (see ESLint 4.0.0 migration guide)
Other changes:
- Update dependencies
v11.0.0
Bump version for those who use custom .remarkrc
configs and for those
who use Node.js 4.0.
Breaking changes:
- Upgrade
remark-lint
to 6.0.0 (good luck figuring out how to update your
.remarkrc
config) - Remove support for Node.js 4.0
Other changes:
- Add support for the
global
option in.lints.json
; for now, it can be used
for declaring global ignore patterns, see example at
src/default.lints.json - Add summary to the end of the report (with colors!)
- Add "vendor/**" to global ignore patterns in
src/default.lints.json