Features
Enhancements
- 26c85dd Update: merge warnings of consecutive unreachable nodes (fixes #6583) (#6729) (Toru Nagashima)
- 5320a6c Update:
no-use-before-define
false negative on for-in/of (fixes #6699) (#6719) (Toru Nagashima) - 95ea25a Update: Check indentation of multi-line chained properties (refs #1801) (#5940) (Rich Trott)
- 053aa0c Update: Added ‘allowSuper’ option to
no-underscore-dangle
(fixes #6355) (#6662) (peteward44)
Bug Fixes
- e825458 Fix: Rule no-unused-vars had missing period (fixes #6738) (#6739) (Brian Mock)
- 106e40b Fix: Correct grammar in object-curly-newline reports (fixes #6725) (#6728) (Vitor Balocco)
- a2090cb Fix: space-infix-ops doesn’t fail for type annotations(fixes #5211) (#6723) (Nicholas C. Zakas)
Documentation
- 1025772 Docs: Add plugin example to disabling with comments guide (fixes #6742) (#6747) (Brandon Mills)
- 628aae4 Docs: fix inconsistent spacing inside block comment (#6768) (Brian Jacobel)
- 2983c32 Docs: Add options to func-names config comments (#6748) (Brandon Mills)
- 2f94443 Docs: fix wrong path (#6763) (molee1905)
- 99dfd1c Docs: fix grammar issue in rule-changes page (#6761) (Vitor Balocco)
- 71ae64c Docs: Clarify cache file deletion (fixes #4943) (#6712) (Nicholas C. Zakas)
- 9c36ecf Docs: Add @vitorbal and @platinumazure to development team (Ilya Volodin)
- e09d1b8 Docs: describe all RuleTester options (fixes #4810, fixes #6709) (#6711) (Nicholas C. Zakas)
- 75d2d43 Docs: Clarify Closure type hint expectation (fixes #5231) (#6714) (Nicholas C. Zakas)
- e7b1e1c Docs: Edit issue/PR waiting period docs (fixes #6009) (#6715) (Nicholas C. Zakas)
- f916ae5 Docs: Fix multiline-ternary typos (#6704) (Cédric Malard)
Dependency Upgrades
Build Related
- 181b26a Build: Remove support for Node v5 (fixes #6743) (#6744) (alberto)
- 8929045 Build: Automatically generate rule index (refs #2860) (#6658) (Ilya Volodin)
Chores
- 4fc0018 Chore: dogfooding
no-var
rule and removevar
s (refs #6407) (#6757) (Toru Nagashima) - ddea63a Chore: Updated no-control-regex tests to cover all cases (fixes #6438) (#6752) (Efe Gürkan YALAMAN)
- e00754c Chore: Dogfooding ES6 rules (refs #6407) (#6735) (alberto)
- a157f47 Chore: Update CLIEngine option desc (fixes #5179) (#6713) (Nicholas C. Zakas)
- a0727f9 Chore: fix
.gitignore
for vscode (refs #6383) (#6720) (Toru Nagashima) - c64b0c2 Chore: First ES6 refactoring (refs #6407) (#6570) (Nicholas C. Zakas)