You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.x checks indentation with ESLint's base `indent` rule, which cannot
see TypeScript syntax. Indentation inside TS constructs was therefore
never checked at all. 2.x uses @stylistic/indent, which reads it.
2.x ships flat config only, so .eslintrc.js becomes eslint.config.mjs,
and eslint and typescript move up to satisfy it. tsconfig drops
baseUrl on the way, since TypeScript 7 removes it.
eslint-plugin-n rules are disabled where they resolve imports as Node
does and report existing .ts files as missing.
Applying the fixes is left for a separate commit; src/ is untouched.
0 commit comments