website refactor

This commit is contained in:
2026-01-17 18:28:10 +01:00
parent 6d57f8b1ce
commit 64d9e7fd16
44 changed files with 1729 additions and 415 deletions

View File

@@ -124,7 +124,20 @@
"gridpilot-rules/rsc-no-object-construction": "error",
"gridpilot-rules/rsc-no-container-manager-calls": "error",
"gridpilot-rules/no-hardcoded-search-params": "error",
"gridpilot-rules/no-next-cookies-in-pages": "error"
"gridpilot-rules/no-next-cookies-in-pages": "error",
"gridpilot-rules/no-hardcoded-routes": "error",
"gridpilot-rules/component-classification": "error",
"gridpilot-rules/no-raw-html-in-app": "error",
"gridpilot-rules/no-console": "error",
"import/no-default-export": "off",
"no-restricted-syntax": "off",
"react-hooks/exhaustive-deps": "error",
"react-hooks/rules-of-hooks": "error",
"react/no-unescaped-entities": "error",
"gridpilot-rules/no-index-files": "error",
"gridpilot-rules/no-direct-process-env": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-unused-vars": "error"
}
},
{
@@ -367,4 +380,4 @@
"typescript": {}
}
}
}
}