diff options
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ "jsx-quotes": ["error", "prefer-single"], "max-params": ["error", 5], "max-statements": ["error", 15], + "multiline-comment-style": "off", "multiline-ternary": "off", "newline-after-var": "off", "newline-before-return": "off", |