diff options
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index b6437c80..5568290a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ }, "rules": { "indent": ["off"], + "no-unexpected-multiline": ["off"], "no-unused-labels": ["off"], "no-unused-vars": ["error", { "argsIgnorePattern": "^_", |