[add] files
This commit is contained in:
18
.eslintrc.json
Normal file
18
.eslintrc.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"rules": {
|
||||
"semi": "error",
|
||||
"no-extra-semi": "warn",
|
||||
"curly": "warn",
|
||||
"quotes": ["error", "single", { "allowTemplateLiterals": true } ],
|
||||
"eqeqeq": "error",
|
||||
"indent": ["warn", "tab", { "SwitchCase": 1 } ]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user