@eslint-react/eff
Advanced tools
Changelog
v1.22.1 (2024-12-24)
eslint.config.js
examples in README.md, docs and the examples folderThe 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.