[0.13.1] - 2024-11-23
Features
- 4ad26b9 linter: Add
no-promise-in-callback
(#7307) (no-yan) - 9558087 oxlint: Auto detect config file in CLI (#7348) (Alexander S.)
Bug Fixes
- 8507464 linter: Hanging when source has syntax/is flow (#7432) (Cameron)
- e88cf1b linter: Make
overrides
globs relative to config path (#7407) (camchenry) - 9002e97 linter: Add proper support for findIndex and findLastIndex for
unicorn/prefer-array-some
(#7405) (Dmitry Zakharov)
Documentation
Refactor
- 6c0d31b linter: Remove useless
const
declaration (#7430) (Song Gao) - c8adc46 linter/no-unused-vars: Improve implementation to remove using SymbolFlags::Export (#7412) (Dunqing)
- c90537f linter/only-used-in-recursion: Improve implementation to remove using SymbolFlags::Export (#7413) (Dunqing)