[0.15.12] - 2025-02-24
Features
- 914dd46 linter: Add eslint/max-depth (#9173) (ikkz)
- 0b08159 linter: Add eslint/max-lines-per-function (#9161) (ikkz)
- cc8dd48 linter: Add unicorn/no-invalid-fetch-options rule (#9212) (Mikhail Baev)
- af13b1b linter: Promote
eslint/no-eval
tocorrectness
(#9231) (dalaoshu) - 542bbd7 linter: Support
import-x
plugin name (#9074) (Sysix) - d266c29 linter: Add eslint/max-nested-callbacks (#9172) (ikkz)
- 86795d0 linter: Implement grouped-accessor-pairs (#9065) (yefan)
- d70bad3 linter: Add eslint/no-unneeded-ternary rule (#9160) (Cédric DIRAND)
- 4bd86e6 linter: Add
fixer
forunicorn/catch-error-name
(#9165) (dalaoshu)
Bug Fixes
- 94bd2d8 language_server: Fix
clippy::significant_drop_in_scrutinee
warning (#9234) (Boshen) - 69091c0 linter: Correct default for
eslint/no-eval
(#9312) (dalaoshu) - 3031845 linter: Add option "allowTypeImports" for rule "no-restricted-imports" (#7894) (Alexander S.)
Documentation
- 6c0f006 linter: Improve the documentation of eslint/no-useless-concat (#9179) (Tom)
- 3414824 oxc: Enable
clippy::too_long_first_doc_paragraph
(#9237) (Boshen)