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
This commit is contained in:
Derek Slenk 2025-06-29 17:55:13 -04:00
parent 9619cf2bf9
commit d03121001a
8 changed files with 2341 additions and 20 deletions

View file

@ -69,6 +69,8 @@
"aws-cdk-lib": "^2.189.1",
"constructs": "^10.4.2",
"esbuild": "^0.25.5",
"eslint": "9.30.0",
"eslint-config-next": "15.3.4",
"genkit-cli": "^1.13.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",