Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[0.9.0] - 2024-08-26
5946748 linter: [BREAKING] Parse and display syntax errors for regular expressions (feat(linter)!: parse and display syntax errors for regular expressions #5214) (Boshen)
b894d3b linter: [BREAKING] Make
no-unused-vars
correctness (feat(linter)!: makeno-unused-vars
correctness #5081) (DonIsaac)Features
jsx-props-no-spread-multi
(feat(linter/react): add fixer tojsx-props-no-spread-multi
#5145) (camc314)require-array-join-separator
(feat(linter/unicorn): add fixer torequire-array-join-separator
#5152) (camc314)prefer-set-size
(feat(linter/unicorn): add fixer toprefer-set-size
#5149) (camc314)prefer-array-some
(feat(linter/unicorn): add fixer toprefer-array-some
#5153) (camc314)prefer-array-flat
(feat(linter/unicorn): add partial fixer forprefer-array-flat
#5143) (camc314)prefer-string-slice
(feat(linter/unicorn): add fixer toprefer-string-slice
#5150) (Cameron)no-redundant-roles
(feat(linter/unicorn): add fixer tono-redundant-roles
#5146) (Cameron)prefer-regexp-test
(feat(linter/unicorn): add fixer toprefer-regexp-test
#5151) (Cameron)text-encoding-identifier-case
(feat(linter/unicorn): add fixer totext-encoding-identifier-case
#5154) (Cameron)prefer-each
(feat(linter/vitest): implementprefer-each
#5203) (dalaoshu)Bug Fixes
no-hex-escape
fixer removing regex flags (fix(linter):no-hex-escape
fixer removing regex flags #5137) (Cameron)no-null
(fix(linter/unicorn): breaking fixer in case statements forno-null
#5176) (DonIsaac)no-null
(fix(linter/unicorn): handle type casts and parens inno-null
#5175) (Don Isaac)no-null
(fix(linter/unicorn): improve diagnostic message forno-null
#5172) (DonIsaac)Performance
Refactor
span0
(refactor(linter): remove meaninglessspan0
#5209) (dalaoshu)eslint/no_redeclare
rule userun_on_symbol
notrun_once
(refactor(linter):eslint/no_redeclare
rule userun_on_symbol
notrun_once
#5201) (overlookmotel)no-null
(refactor(linter/unicorn): clean upno-null
#5174) (DonIsaac)Testing
no-null
(test(linter/unicorn): add fixer tests forno-null
#5173) (DonIsaac)