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.15.7] - 2025-01-19
Features
ignoreTypeOfTestName
forjest/valid-title
(feat(linter): supportignoreTypeOfTestName
forjest/valid-title
#8589) (dalaoshu)eslint/prefer-promise-reject-errors
(feat(linter): implementeslint:prefer-promise-reject-errors
#8254) (tbashiyy)--init
cli option (feat(oxlint): implement--init
cli option #8453) (Tapan Prakash)Bug Fixes
eslint/no-lone-blocks
(fix(linter): false positive ineslint/no-lone-blocks
#8587) (dalaoshu)no-restricted-imports
support missing options (fix(linter): ruleno-restricted-imports
support missing options #8076) (Alexander S.)default_param_last
rule to handle optional parameters (feat(linter): enhancedefault_param_last
rule to handle optional parameters #8563) (Tapan Prakash)prefer_promise_reject_errors
(fix(linter): support rest params forprefer_promise_reject_errors
#8468) (Yuichiro Yamashita)Performance
AstType
s instead ofAstKind
s (perf(linter/react-exhaustive-deps): use stack ofAstType
s instead ofAstKind
s #8522) (overlookmotel)Refactor
eslint/no-lone-blocks
(refactor(linter): improveeslint/no-lone-blocks
#8588) (dalaoshu)prefer-each
from vitest to jest + remapping (refactor(linter): move ruleprefer-each
from vitest to jest + remapping #8448) (Alexander S.)Visit::enter_node
usage (refactor(linter/consistent-function-scoping): removeVisit::enter_node
usage #8538) (overlookmotel)Visit::enter_node
usage (refactor(linter/no-map-spread): removeVisit::enter_node
usage #8537) (overlookmotel)Span
(refactor(span): all methods take ownedSpan
#8297) (overlookmotel)Styling