From fa62bbdc2024002842158ca6f8d2a0e9fffeee95 Mon Sep 17 00:00:00 2001 From: pypy Date: Sun, 12 Jan 2020 19:13:25 +0900 Subject: [PATCH] disallow array-element-newline --- html/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 28531d9a..85770ff6 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -23,6 +23,7 @@ module.exports = { }, 'root': true, 'rules': { + 'array-element-newline': 0, 'block-scoped-var': 0, 'camelcase': 0, 'capitalized-comments': 0,