disallow array-element-newline

This commit is contained in:
pypy
2020-01-12 19:13:25 +09:00
parent e851460cf0
commit fa62bbdc20

View File

@@ -23,6 +23,7 @@ module.exports = {
},
'root': true,
'rules': {
'array-element-newline': 0,
'block-scoped-var': 0,
'camelcase': 0,
'capitalized-comments': 0,