- 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
12 lines
311 B
JSON
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"
|
|
}
|
|
}
|