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.10] - 2024-10-07
Features
no-throw-literal(feat(linter): implementno-throw-literal#6144) (dalaoshu)Bug Fixes
unicorn/prefer-string-replace-all(fix(linter): correct false positive inunicorn/prefer-string-replace-all#6263) (H11)prefer-namespace-keyword(fix(linter): improve the fixer ofprefer-namespace-keyword#6230) (dalaoshu)no-control-regex(fix(linter): allow whitespace control characters inno-control-regex#6140) (camchenry)no-return-assign(fix(linter): false positive inno-return-assign#6128) (DonIsaac)Performance
no-useless-length-check(perf(linter): do not concat vec inno-useless-length-check#6276) (camchenry)Documentation
ContextHostandLintContext(docs(linter): add docs forContextHostandLintContext#6272) (camchenry)eslint/getter-return(docs(linter): improve docs foreslint/getter-return#6229) (DonIsaac)eslint-plugin-importrules (docs(linter): improve docs foreslint-plugin-importrules #6131) (dalaoshu)Refactor
ast_node_idtonode_id(refactor(linter): rename vars fromast_node_idtonode_id#6305) (overlookmotel)no-control-regex(refactor(linter): use regexp AST visitor inno-control-regex#6129) (camchenry)no-hex-escape(refactor(linter): use RegExp AST visitor forno-hex-escape#6117) (camchenry)no-regex-spaces(refactor(linter): use regex visitor inno-regex-spaces#6063) (camchenry)no-useless-escape(refactor(linter): use regex visitor inno-useless-escape#6062) (camchenry)no-empty-character-class(refactor(linter): use regex visitor inno-empty-character-class#6058) (camchenry)Testing
eslint/no-unused-varsoptions (test(linter): invalideslint/no-unused-varsoptions #6228) (DonIsaac)