diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 9b578b186..e71be9bc5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -83,6 +83,7 @@ | |||
83 | "@typescript-eslint/consistent-type-definitions": "off", | 83 | "@typescript-eslint/consistent-type-definitions": "off", |
84 | "@typescript-eslint/no-misused-promises": "off", | 84 | "@typescript-eslint/no-misused-promises": "off", |
85 | "@typescript-eslint/no-namespace": "off", | 85 | "@typescript-eslint/no-namespace": "off", |
86 | "@typescript-eslint/no-empty-interface": "off", | ||
86 | "@typescript-eslint/no-extraneous-class": "off", | 87 | "@typescript-eslint/no-extraneous-class": "off", |
87 | // bugged but useful | 88 | // bugged but useful |
88 | "@typescript-eslint/restrict-plus-operands": "off" | 89 | "@typescript-eslint/restrict-plus-operands": "off" |