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 e71be9bc5..db8e6b9c5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -72,6 +72,8 @@ | |||
72 | ], | 72 | ], |
73 | 73 | ||
74 | "@typescript-eslint/return-await": "off", | 74 | "@typescript-eslint/return-await": "off", |
75 | "@typescript-eslint/dot-notation": "off", | ||
76 | "@typescript-eslint/method-signature-style": "off", | ||
75 | "@typescript-eslint/no-base-to-string": "off", | 77 | "@typescript-eslint/no-base-to-string": "off", |
76 | "@typescript-eslint/quotes": "off", | 78 | "@typescript-eslint/quotes": "off", |
77 | "@typescript-eslint/no-var-requires": "off", | 79 | "@typescript-eslint/no-var-requires": "off", |