cheatingchelsea/.eslintrc.json
Derek Slenk d03121001a Fix ESLint issues across codebase
- Replace 'any' types with proper TypeScript interfaces
- Fix unescaped apostrophe in not-found page
- Convert actionTypes constant to type definition to fix unused variable
- Optimize font loading using next/font instead of external links
- Improve type safety and remove linting warnings
2025-06-29 17:55:13 -04:00

6 lines
73 B
JSON

{
"extends": [
"next/core-web-vitals",
"next/typescript"
]
}