ESLint 4.2.0 contains a fix for a bug that is blocking us from moving to the non-legacy stricter indentation linting. Update to 4.2.0 to remove the blocking issue. Backport-PR-URL: https://github.com/nodejs/node/pull/14859 PR-URL: https://github.com/nodejs/node/pull/14155 Ref: https://github.com/eslint/eslint/issues/8882 Ref: https://github.com/eslint/eslint/pull/8885 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
2.3 KiB
2.3 KiB
1.4.0 / 2016-04-18
- Add support for passing
ruleIdtomessage()(77547fb)
1.3.1 / 2016-01-21
1.3.0 / 2016-01-21
- Refactor API signatures in
readme.md(d41883c) - Add npm deployment to Travis (
0d236c0) - Update metadata in
package.json(9726eec) - Refactor to replace mocha with tape (
05d29df) - Update dev-dependencies (
6255dd9) - Add new
basenamemethod (07b79af)
1.2.0 / 2015-12-27
- Update list of related tools (
69e576f) - Remove distribution files from source (
b45c780) - Remove support for bower (
849c3ad) - Rename mdast to remark (
b3c8cea)
1.1.2 / 2015-10-16
- Fix missing
Errorproperties onVFileMessage(c896cf9)
1.1.1 / 2015-10-14
1.1.0 / 2015-08-21
1.0.1 / 2015-08-17
- Add list of related tools to
readme.md(863df04) - Update dependencies (
5184aec) - Update documentation with difference from vinyl (
76e1d39)