diff --git a/.eslintrc.js b/.eslintrc.js index 8eb4245..d240d17 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -66,7 +66,7 @@ module.exports = { 'prefer-promise-reject-errors': 'off', // fww - 'comma-dangle': 'always-multiline' + 'comma-dangle': 'always-multiline', // allow debugger during development only