diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index a86c5bbba..f099f38ba 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -63,11 +63,13 @@ | |||
63 | "allowNumber": "true" | 63 | "allowNumber": "true" |
64 | } | 64 | } |
65 | ], | 65 | ], |
66 | |||
66 | "@typescript-eslint/quotes": "off", | 67 | "@typescript-eslint/quotes": "off", |
67 | "@typescript-eslint/no-var-requires": "off", | 68 | "@typescript-eslint/no-var-requires": "off", |
68 | "@typescript-eslint/explicit-function-return-type": "off", | 69 | "@typescript-eslint/explicit-function-return-type": "off", |
69 | "@typescript-eslint/promise-function-async": "off", | 70 | "@typescript-eslint/promise-function-async": "off", |
70 | "@typescript-eslint/no-dynamic-delete": "off", | 71 | "@typescript-eslint/no-dynamic-delete": "off", |
72 | "@typescript-eslint/no-unnecessary-boolean-literal-compare": "off", | ||
71 | "@typescript-eslint/strict-boolean-expressions": "off", | 73 | "@typescript-eslint/strict-boolean-expressions": "off", |
72 | "@typescript-eslint/consistent-type-definitions": "off", | 74 | "@typescript-eslint/consistent-type-definitions": "off", |
73 | "@typescript-eslint/no-misused-promises": "off", | 75 | "@typescript-eslint/no-misused-promises": "off", |