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,