summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 54ae380bd6..5c9dc72c7e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,7 +1,6 @@
{
"extends": [ "eslint:recommended",
- "plugin:jsdoc/recommended",
- "plugin:@typescript-eslint/recommended" ],
+ "plugin:jsdoc/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
@@ -99,6 +98,7 @@
"overrides": [
{
"files": [ "res/controllers/*.d.ts" ],
+ "extends": [ "plugin:@typescript-eslint/recommended" ],
"rules": {
"no-unused-vars": "off"
}