diff --git a/.eslintrc.js b/.eslintrc.js index 18ec1e8..d455acd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,7 +42,7 @@ module.exports = { 'camelcase': [0, { 'properties': 'always' }], - 'comma-dangle': [2, 'ignore'], + 'comma-dangle': [2, 'only-multiline'], 'comma-spacing': [2, { 'before': false, 'after': true