Skip to content

Commit

Permalink
Fix for double comma linting issue (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuma512 committed Mar 12, 2019
1 parent 50c8342 commit ac98608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -27,7 +27,6 @@ module.exports = {
'compat/compat': 'error',
'arrow-body-style': [2, 'as-needed'],
'class-methods-use-this': 0,
'comma-dangle': [2, 'always-multiline'],
'import/imports-first': 0,
'import/newline-after-import': 0,
'import/no-dynamic-require': 0,
Expand Down

0 comments on commit ac98608

Please sign in to comment.