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.13] - 2025-03-04
Features
react/no-namespace
(feat(linter): add react/no-namespace rule #9404) (Mikhail Baev)promise/no-nesting
(feat(linter): addpromise/no-nesting
#9345) (Tom)eslint/no-spaced-func
(feat(linter): addeslint/no-spaced-func
#9360) (Tom)curly
rule (feat(linter): addcurly
rule #8123) (Yuichiro Yamashita)unicorn/consistent-date-clone
(feat(linter): addunicorn/consistent-date-clone
#9346) (Amol Bhave)Bug Fixes
import/no-absolute-path
(fix(linter): fix panic inimport/no-absolute-path
#9500) (camc314)eslint/curly
(fix(linter): get next offset by char forcurly
rule #9471) (Kevin Deng 三咲智子)no-absolute-path
tests on windows (fix(linter): skipno-absolute-path
tests on windows #9435) (Cameron)no-restricted-imports
use right span for exports statements (fix(linter): ruleno-restricted-imports
use right span for exports statements #9442) (Sysix)unicorn/no-invalid-fetch-options
(fix(linter): ruleunicorn/no-invalid-fetch-options
#9416) (Tom)eslint/radix
look into globals config (fix(linter): ruleeslint/radix
look into globals config #9407) (Sysix)eslint/no-object-constructor
look into globals config (fix(linter): ruleeslint/no-object-constructor
look into globals config #9406) (Sysix)Documentation
no-restricted-imports
(docs(linter): add full documentation to ruleno-restricted-imports
#9440) (Sysix)Refactor
eslint/no-new
(refactor(linter): improveeslint/no-new
#9423) (Tom)no-restricted-imports
to categoryrestriction
(refactor(linter): move ruleno-restricted-imports
to categoryrestriction
#9443) (Sysix)typescript/explicit-function-return-type
(refactor(linter): improvetypescript/explicit-function-return-type
#9439) (Tom)eslint/no-spaced-func
(refactor(linter): improveeslint/no-spaced-func
#9419) (shulaoda)javascript-globals
crate (refactor(linter): use thejavascript-globals
crate #9412) (Boshen)eslint/no-unsafe-negation
(refactor(linter): improveeslint/no-unsafe-negation
#9362) (dalaoshu)unicorn/empty-brace-spaces
(refactor(linter): improveunicorn/empty-brace-spaces
#9341) (dalaoshu)unicorn/consistent-existence-index-check
(refactor(linter): improveunicorn/consistent-existence-index-check
#9339) (dalaoshu)eslint/no-template-curly-in-string
(refactor(linter): improveeslint/no-template-curly-in-string
#9090) (dalaoshu)