Phase 13: Real Lint Gate — type-aware ESLint + Prettier format gate #8

Merged
luckberg merged 25 commits from gsd/phase-13-real-lint-gate-eslint into main 2026-06-11 21:51:10 -04:00
Showing only changes of commit 7a255eacaa - Show all commits
+3
View File
@@ -59,6 +59,9 @@ export default tseslint.config(
rules: {
// TypeScript props typing supersedes prop-types in React 19 (RESEARCH Open Question 2)
'react/prop-types': 'off',
// React 19 uses the automatic JSX transform (jsx: "react-jsx") — React does not
// need to be in scope. The flat.recommended config enables this rule; we disable it.
'react/react-in-jsx-scope': 'off',
},
},