@eslint-react/eff
Advanced tools
Changelog
v1.22.1 (Tue 24 Dec 2024)
eslint.config.js
examples in README.md, docs and the examples folder.The eslint.config.js
in the examples now uses tsconfig
's includes
and excludes
as the SSoT glob patterns for ESLint's files
and ignores
fields.
This approach can fundamentally avoid the errors[1, 2, 3] caused by mismatched config scopes between tsconfig.json
and eslint.config.js
when using type-checked rules.