From cf3a1eaf16d7dd5c71de57901415fb147793aa56 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 15 Oct 2017 22:06:07 +0900 Subject: [PATCH] fix .eslintrc for Travis CI --- .eslintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc b/.eslintrc index 5636171..9820e69 100644 --- a/.eslintrc +++ b/.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",