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 db8e6b9c5..fa6fb1b6f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -23,6 +23,7 @@ | |||
23 | "consistent-as-needed" | 23 | "consistent-as-needed" |
24 | ], | 24 | ], |
25 | "padded-blocks": "off", | 25 | "padded-blocks": "off", |
26 | "prefer-regex-literals": "off", | ||
26 | "no-async-promise-executor": "off", | 27 | "no-async-promise-executor": "off", |
27 | "dot-notation": "off", | 28 | "dot-notation": "off", |
28 | "promise/param-names": "off", | 29 | "promise/param-names": "off", |