[0.16.5] - 2025-04-07
Reduced Oxlint binary size from 6.32 MB to 5.8 MB.
Features
- 2f6810a editor: Add named fixes for code actions (#10203) (camchenry)
- 32b9d1e language_server: Add
fix_kind
flag (#10226) (Sysix) - dab1bd8 language_server: Search for nested configurations by initialization (#10120) (Sysix)
- 794b180 linter: Add messages for complex fixes (#10279) (camchenry)
- bde73b5 linter: Add unicorn/no-accessor-recursion rule (#9971) (yefan)
Bug Fixes
- 03ba760 linter:
jsdoc/require-param
: skip rule if any doc has@type
tag (#10282) (Cam McHenry) - f2eff56 linter: Fix
rule_id
for some diagnostics formats (#10251) (Alexander S.) - 7c54ea1 linter: Rule
no-restricted-imports
allow combination ofpaths
andpatterns
(#10224) (Sysix) - 6174129 linter: Run
react/no-children-props
only when react framework is found (#10225) (Sysix) - cc1267e linter: Fix
Display
impl forConfigBuilderError
(#10239) (overlookmotel)
Documentation
- f115f71 editor: Add readme block for possible configurations (#10243) (Sysix)
- 3d4ed3e linter: Rule
eslint/eqeqeq
add "null" & "smart" options (#10258) (Jacob Smith) - ec34ef3 rules/react: Adding missing code block ending (#10218) (Cannonbark)