fix .eslintrc for Travis CI
This commit is contained in:
parent
45b3b0510f
commit
cf3a1eaf16
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
"jsx-quotes": ["error", "prefer-single"],
|
"jsx-quotes": ["error", "prefer-single"],
|
||||||
"max-params": ["error", 5],
|
"max-params": ["error", 5],
|
||||||
"max-statements": ["error", 15],
|
"max-statements": ["error", 15],
|
||||||
|
"multiline-comment-style": "off",
|
||||||
"multiline-ternary": "off",
|
"multiline-ternary": "off",
|
||||||
"newline-after-var": "off",
|
"newline-after-var": "off",
|
||||||
"newline-before-return": "off",
|
"newline-before-return": "off",
|
||||||
|
|
Reference in a new issue