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.11] - 2025-02-16
Features
env
andglobals
inoverrides
configuration (feat(linter): supportenv
andglobals
inoverrides
configuration #8915) (Sysix)Bug Fixes
--format=stylish
instead of offset + length (fix(linter): output line/column for--format=stylish
instead of offset + length #9136) (Sysix)unicorn/new-for-builtins
do not look intoglobals
(fix(linter): ruleunicorn/new-for-builtins
do not look intoglobals
#9146) (Sysix)no-constant-binary-expression
do not look intoglobals
(fix(linter): ruleno-constant-binary-expression
do not look intoglobals
#9145) (Sysix)promise/avoid-new
do not look intoglobals
(fix(linter): rulepromise/avoid-new
do not look intoglobals
#9144) (Sysix)no-new-native-nonconstructor
do not look into globals (fix(linter): ruleno-new-native-nonconstructor
do not look into globals #9143) (Sysix)symbol-description
do not look intoglobals
(fix(linter): rulesymbol-description
do not look intoglobals
#9142) (Sysix)prefer-object-spreads
do not look intoglobals
(fix(linter): ruleprefer-object-spreads
do not look intoglobals
#9141) (Sysix)valid-typeof
do not check forglobals
(fix(linter): rulevalid-typeof
do not check forglobals
#9140) (Sysix)no-restricted-globals
: do not check forglobals
entries (fix(linter): ruleno-restricted-globals
: do not check forglobals
entries #9139) (Sysix)no-console
when theglobals.console
isoff
(fix(linter): reportno-console
when theglobals.console
isoff
#9138) (Sysix)jest/no-conditional-expect
(fix(linter): false positive injest/no-conditional-expect
#9053) (dalaoshu)no-restricted-imports
: improve diagnostics (fix(linter): ruleno-restricted-imports
: improve diagnostics #8113) (Alexander S.)no-global-assign
look intoglobals
config (fix(linter):no-global-assign
look intoglobals
config #8963) (Sysix)is_reference_to_global_variable
(fix(linter): correct theis_reference_to_global_variable
#8920) (dalaoshu)Documentation
Refactor
jsx-a11y/heading-has-content
(refactor(linter): improvejsx-a11y/heading-has-content
#9089) (dalaoshu)