fix .eslintrc for Travis CI

jh-changes
Shin'ya Ueoka 7 years ago
parent 45b3b0510f
commit cf3a1eaf16
  1. 1
      .eslintrc

@ -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",