Files
Sankofa/portal/.eslintrc.json
defiQUG 85fe29adc1 portal: Apollo dashboard queries, strict TypeScript build, UI primitives
- Add GraphQL dashboard operations, ApolloProvider, CardDescription, label/checkbox/alert
- Fix case-sensitive UI imports, Crossplane VM metadata uid, VMList spec parsing
- Extend next-auth session user (id, role); fairness filters as unknown; ESLint relax to warnings
- Remove unused session destructure across pages; next.config without skip TS/ESLint

api: GraphQL/WebSocket hardening, logger import in websocket service
Made-with: Cursor
2026-03-25 20:46:57 -07:00

12 lines
311 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "warn",
"no-console": "warn",
"@typescript-eslint/no-empty-object-type": "off",
"jsx-a11y/label-has-associated-control": "warn",
"react/no-unescaped-entities": "warn",
"import/order": "warn"
}
}