Skip to content

v3.9.0

Compare
Choose a tag to compare
@ilyavolodin ilyavolodin released this 28 Oct 21:42
· 4139 commits to main since this release
  • d933516 New: no-useless-return rule (fixes #7309) (#7441) (Toru Nagashima)
  • 5e7af30 Update: Add CallExpression option for indent (fixes #5946) (#7189) (Teddy Katz)
  • b200086 Fix: Support type annotations in array-bracket-spacing (#7445) (Jimmy Jia)
  • 5ed8b9b Update: Deprecate prefer-reflect (fixes #7226) (#7464) (Kai Cataldo)
  • 92ad43b Chore: Update deprecated rules in conf/eslint.json (#7467) (Kai Cataldo)
  • e46666b New: Codeframe formatter (fixes #5860) (#7437) (Vitor Balocco)
  • fe0d903 Upgrade: Shelljs to ^0.7.5 (fixes #7316) (#7465) (Gyandeep Singh)
  • 1d5146f Update: fix wrong indentation about catch,finally (#7371) (Toru Nagashima)
  • 77e3a34 Chore: Pin mock-fs dev dependency (#7466) (Gyandeep Singh)
  • c675d7d Update: Fix no-useless-escape false negative in regexes (fixes #7424) (#7425) (Teddy Katz)
  • ee3bcea Update: add fixer for newline-after-var (fixes #5959) (#7375) (Teddy Katz)
  • 6e9ff08 Fix: indent.js to support multiline array statements. (#7237) (Scott Stern)
  • f8153ad Build: Ensure absolute links in docs retain .md extensions (fixes #7419) (#7438) (Teddy Katz)
  • 16367a8 Fix: Return statement spacing. Fix for indent rule. (fixes #7164) (#7197) (Imad Elyafi)
  • 3813988 Update: fix false negative of no-extra-parens (fixes #7122) (#7432) (Toru Nagashima)
  • 23062e2 Docs: Fix typo in no-unexpected-multiline (fixes #7442) (#7447) (Denis Sikuler)
  • d257428 Update: func-name-matching: add “nameMatches” option (fixes #7391) (#7428) (Jordan Harband)
  • c710584 Fix: support for MemberExpression with function body. (#7400) (Scott Stern)
  • 2c8ed2d Build: ensure that all files are linted on bash (fixes #7426) (#7427) (Teddy Katz)
  • 18ff70f Chore: Enable no-useless-escape (#7403) (Vitor Balocco)
  • 8dfd802 Fix: avoid camelcase false positive with NewExpressions (fixes #7363) (#7409) (Teddy Katz)
  • e8159b4 Docs: Fix typo and explain static func calls for class-methods-use-this (#7421) (Scott O'Hara)
  • 85d7e24 Docs: add additional examples for MemberExpressions in Indent rule. (#7408) (Scott Stern)
  • 2aa1107 Docs: Include note on fatal: true in the node.js api section (#7376) (Simen Bekkhus)
  • e064a25 Update: add fixer for arrow-body-style (#7240) (Teddy Katz)
  • e0fe727 Update: add fixer for brace-style (fixes #7074) (#7347) (Teddy Katz)
  • cbbe420 New: Support enhanced parsers (fixes #6974) (#6975) (Nicholas C. Zakas)
  • 644d25b Update: Add an ignoreRegExpLiterals option to max-len (fixes #3229) (#7346) (Wilfred Hughes)
  • 6875576 Docs: Remove broken links to jslinterrors.com (fixes #7368) (#7369) (Dannii Willis)