website refactor
This commit is contained in:
@@ -34,12 +34,13 @@
|
||||
],
|
||||
"rules": {
|
||||
"gridpilot-rules/presenter-contract": "error",
|
||||
"gridpilot-rules/presenter-purity": "error",
|
||||
"gridpilot-rules/filename-presenter-match": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"app/**/*.tsx"
|
||||
"templates/**/*.tsx"
|
||||
],
|
||||
"rules": {
|
||||
"gridpilot-rules/template-no-direct-mutations": "error",
|
||||
@@ -48,7 +49,16 @@
|
||||
"gridpilot-rules/template-no-external-state": "error",
|
||||
"gridpilot-rules/template-no-global-objects": "error",
|
||||
"gridpilot-rules/template-no-mutation-props": "error",
|
||||
"gridpilot-rules/template-no-unsafe-html": "error"
|
||||
"gridpilot-rules/template-no-unsafe-html": "error",
|
||||
"gridpilot-rules/component-no-data-manipulation": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"components/**/*.tsx"
|
||||
],
|
||||
"rules": {
|
||||
"gridpilot-rules/component-no-data-manipulation": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user