website refactor
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user