chore: delete .eslintrc

This commit is contained in:
aqulzz 2023-04-03 23:34:52 +07:00
parent 562f063dff
commit 3e2f407624

View File

@ -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
}
}