Features
Bug Fixes
- 2977248 Fix: Do not cache
.eslintrc.js
(fixes #5067) (Nick) - 211eb8f Fix: no-multi-spaces conflicts with smart tabs (fixes #2077) (Afnan Fahim)
- 6dc9483 Fix: Crash in
constructor-super
(fixes #5319) (Burak Yigit Kaya) - 7020b82 Fix:
sort-imports
warned between default and members (fixes #5305) (Toru Nagashima) - 2f4cd1c Fix:
constructor-super
andno-this-before-super
false (fixes #5261) (Toru Nagashima) - afb6708 Fix:
indent
rule forgot about some CallExpressions (fixes #5295) (Burak Yigit Kaya) - 0b1cd19 Fix: Ignore parser option if set to default parser (fixes #5241) (Kai Cataldo)
Documentation
- 45a22b5 Docs: remove esprima-fb from suggested parsers (Henry Zhu)
- a4d9cd3 Docs: Fix semi rule typo (Brandon Mills)
- 9d005c0 Docs: Correct option name in
no-implicit-coercion
rule (Neil Kistner) - 3f48875 Docs: Fix yield star spacing examples (Dmitriy Lazarev)
- 4dab76e Docs: Update
preferType
heading to keep code format (fixes #5307) (chinesedfan) - d18d406 Docs: Update PR creation bot message (fixes #5268) (Nicholas C. Zakas)