chore: delete .eslintrc
This commit is contained in:
parent
562f063dff
commit
3e2f407624
18
.eslintrc
18
.eslintrc
@ -1,18 +0,0 @@
|
||||
{
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2020,
|
||||
"project": ["tsconfig.json"]
|
||||
},
|
||||
"rules": {
|
||||
"no-empty": [2, { "allowEmptyCatch": true }],
|
||||
"no-inner-declarations": [0, "both"],
|
||||
"@typescript-eslint/no-unused-vars": 2,
|
||||
"@typescript-eslint/consistent-type-definitions": [2, "type"]
|
||||
},
|
||||
"env": {
|
||||
"node": true
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user