diff --git a/.eslintrc.js b/.eslintrc.js index c9ab67e..78da434 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,7 +48,7 @@ module.exports = { 'camelcase': [0, { 'properties': 'always' }], - 'comma-dangle': [1, 'off'], + 'comma-dangle': [2, 'always'], 'comma-spacing': [2, { 'before': false, 'after': true