Highlights
The no-nonoctal-decimal-escape rule has been added. This rule disallows the use of legacy escape sequences \8
and \9
in string literals.
Features
98c00c4
New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845) (Milos Djermanovic)
Enhancements
5f09073
Update: fix ‘skip’ options in no-irregular-whitespace (fixes #13852) (#13853) (Milos Djermanovic)
Bug Fixes
2004b7e
Fix: enable debug logs for @eslint/eslintrc (fixes #13850) (#13861) (Milos Djermanovic)d2239a1
Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842) (Ari Perkkiö)
Documentation
1861b40
Docs: correct the function-call-argument-newline ‘default’ descriptions (#13866) (Trevin Hofmann)eda0aa1
Docs: no-restricted-imports is only for static imports (#13863) (Robat Williams)042ae44
Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828) (Raphael LANG)
Chores
95d2fe6
Chore: remove eslint comment from no-octal-escape tests (#13846) (Milos Djermanovic)038dc73
Chore: Test on Node.js 15 (#13844) (Brandon Mills)