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 f099f38ba..8160753bd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -64,6 +64,8 @@ | |||
64 | } | 64 | } |
65 | ], | 65 | ], |
66 | 66 | ||
67 | "@typescript-eslint/return-await": "off", | ||
68 | "@typescript-eslint/no-base-to-string": "off", | ||
67 | "@typescript-eslint/quotes": "off", | 69 | "@typescript-eslint/quotes": "off", |
68 | "@typescript-eslint/no-var-requires": "off", | 70 | "@typescript-eslint/no-var-requires": "off", |
69 | "@typescript-eslint/explicit-function-return-type": "off", | 71 | "@typescript-eslint/explicit-function-return-type": "off", |