Files
homelab/apps/web/.eslintrc.json
Julia McGhee 11f1365f75 Fix CI lint failures: add ESLint config, use next/font, fix JSX comment
- Add .eslintrc.json so next lint doesn't prompt interactively in CI
- Switch Google Fonts from <link> tags to next/font/google
- Wrap "// SECURE_NODE_7" in JSX expression to avoid comment parse error
2026-03-20 20:27:13 +00:00

7 lines
97 B
JSON

{
"extends": ["next/core-web-vitals", "prettier"],
"rules": {
"no-console": "warn"
}
}