UNPKG

eslint-config-ts-strict

Version:

Very strict ESLint config for projects using TypeScript, React and Prettier. ESLint v9 flat config only. Formatting rules disabled to prevent Prettier conflicts.

7 lines (6 loc) 131 B
{ "rules": { // tests uses `t` for tape "id-length": [2, { "min": 2, "properties": "never", "exceptions": ["t"] }] } }