Releases
oxlint_v0.15.11
[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
and globals
in overrides
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 into globals
(#9146 ) (Sysix)
490c77d linter: Rule no-constant-binary-expression
do not look into globals
(#9145 ) (Sysix)
b36734c linter: Rule promise/avoid-new
do not look into globals
(#9144 ) (Sysix)
091a5c1 linter: Rule no-new-native-nonconstructor
do not look into globals (#9143 ) (Sysix)
1c1d2e6 linter: Rule symbol-description
do not look into globals
(#9142 ) (Sysix)
6d15153 linter: Rule prefer-object-spreads
do not look into globals
(#9141 ) (Sysix)
9214661 linter: Rule valid-typeof
do not check for globals
(#9140 ) (Sysix)
29141d6 linter: Rule no-restricted-globals
: do not check for globals
entries (#9139 ) (Sysix)
23d0d95 linter: Report no-console
when the globals.console
is off
(#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 into globals
config (#8963 ) (Sysix)
44d985b linter: Correct the is_reference_to_global_variable
(#8920 ) (dalaoshu)
Documentation
02cb45b linter: Add prettier-ignore where formatting ruins code (#8978 ) (camchenry)
Refactor
9ca22f4 linter: Improve jsx-a11y/heading-has-content
(#9089 ) (dalaoshu)
You can’t perform that action at this time.