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.12.0] - 2024-11-20
Features
unicorn/prefer-string-raw
lint rule (feat(linter): implementunicorn/prefer-string-raw
lint rule #7335) (Ryan Walker)unicorn/consistent-existence-index-check
(feat(linter): implementunicorn/consistent-existence-index-check
lint rule #7262) (Ryan Walker)allowReject
option tono-useless-promise-resolve-reject
(chore(linter): add allowReject option tounicorn/no-useless-promise-resolve-reject
#7274) (no-yan)promise/no-return-wrap
(feat(linter): support bind function case for compatibility withpromise/no-return-wrap
#7232) (no-yan)import/no-namespace
rule (feat(linter): addimport/no-namespace
rule #7229) (Dmitry Zakharov)overrides
config field (feat(linter): supportoverrides
config field #6974) (DonIsaac)cwd
property toLintRunner
(feat(oxlint): addcwd
property toLintRunner
#7352) (Alexander S.)Bug Fixes
jest/expect-expect
(fix(linter): false positive injest/expect-expect
#7341) (dalaoshu)exhaustive-deps
toreact
(fix(linter): moveexhaustive-deps
toreact
#7251) (camc314)jsx-a11y/iframe-has-title
(fix(linter): false positive injsx-a11y/iframe-has-title
#7253) (dalaoshu)Documentation
Refactor
Testing