website refactor
This commit is contained in:
13
apps/api/.eslintrc.json
Normal file
13
apps/api/.eslintrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": [
|
||||
"../../.eslintrc.json",
|
||||
"plugin:gridpilot-api-rules/recommended"
|
||||
],
|
||||
"plugins": [
|
||||
"gridpilot-api-rules"
|
||||
],
|
||||
"rules": {
|
||||
"gridpilot-api-rules/no-index-files": "error",
|
||||
"gridpilot-api-rules/controller-location": "error"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user