[0.15.11] - 2025-02-16
Features
- d93bf0e linter: Implement func-style rule (#8977) (yefan)
- a870526 linter: Add vitest/no-standalone-expect rule (#8986) (Tyler Earls)
- addaa8e linter: Support es2025 env (#8985) (Sysix)
- 5d508a4 linter: Support
env
andglobals
inoverrides
configuration (#8915) (Sysix) - 41ad42a linter: Add init-declarations rule (#8909) (yefan)
- 125d610 minifier: Fold String::charAt / String::charCodeAt more precisely (#9082) (sapphi-red)
Bug Fixes
- 47c1649 linter: Output line/column for
--format=stylish
instead of offset + length (#9136) (Sysix) - b68e240 linter: Rule
unicorn/new-for-builtins
do not look intoglobals
(#9146) (Sysix) - 490c77d linter: Rule
no-constant-binary-expression
do not look intoglobals
(#9145) (Sysix) - b36734c linter: Rule
promise/avoid-new
do not look intoglobals
(#9144) (Sysix) - 091a5c1 linter: Rule
no-new-native-nonconstructor
do not look into globals (#9143) (Sysix) - 1c1d2e6 linter: Rule
symbol-description
do not look intoglobals
(#9142) (Sysix) - 6d15153 linter: Rule
prefer-object-spreads
do not look intoglobals
(#9141) (Sysix) - 9214661 linter: Rule
valid-typeof
do not check forglobals
(#9140) (Sysix) - 29141d6 linter: Rule
no-restricted-globals
: do not check forglobals
entries (#9139) (Sysix) - 23d0d95 linter: Report
no-console
when theglobals.console
isoff
(#9138) (Sysix) - 157e1a1 linter: False positive in
jest/no-conditional-expect
(#9053) (dalaoshu) - 28b5990 linter: Rule
no-restricted-imports
: improve diagnostics (#8113) (Alexander S.) - b191390 linter:
no-global-assign
look intoglobals
config (#8963) (Sysix) - 44d985b linter: Correct the
is_reference_to_global_variable
(#8920) (dalaoshu)