This commit is contained in:
commit
f265233a06
168 changed files with 31208 additions and 0 deletions
12
server/.eslintrc.json
Normal file
12
server/.eslintrc.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"root": true,
|
||||
"rules": {
|
||||
"indent": ["error", "tab"],
|
||||
"@typescript-eslint/no-unused-vars": "error",
|
||||
"@typescript-eslint/no-explicit-any": "error",
|
||||
"object-curly-spacing": "error"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue