diff options
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index ac1a4e63..430d4e36 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,8 @@ }], "no-cond-assign": ["off"], "no-constant-condition": ["off"], - "no-unsafe-finally": ["off"] + "no-unsafe-finally": ["off"], + "no-self-assign": ["off"], + "require-yield": ["off"] } } |