|
|
|
@ -18,10 +18,6 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"plugins": ["@typescript-eslint"],
|
|
|
|
"plugins": ["@typescript-eslint"],
|
|
|
|
"rules": {
|
|
|
|
"rules": {
|
|
|
|
"indent": ["error", 4],
|
|
|
|
|
|
|
|
"linebreak-style": ["error", "unix"],
|
|
|
|
|
|
|
|
"quotes": ["error", "double"],
|
|
|
|
|
|
|
|
"semi": ["error", "always"],
|
|
|
|
|
|
|
|
"no-unused-vars": "off",
|
|
|
|
"no-unused-vars": "off",
|
|
|
|
"@typescript-eslint/no-unused-vars": [
|
|
|
|
"@typescript-eslint/no-unused-vars": [
|
|
|
|
"warn",
|
|
|
|
"warn",
|
|
|
|
@ -31,8 +27,6 @@
|
|
|
|
"caughtErrorsIgnorePattern": "^_"
|
|
|
|
"caughtErrorsIgnorePattern": "^_"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"no-trailing-spaces": "error",
|
|
|
|
"@typescript-eslint/no-explicit-any": "error"
|
|
|
|
"@typescript-eslint/no-explicit-any": "error",
|
|
|
|
|
|
|
|
"comma-dangle": ["error", "never"]
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|