Skip to content

Commit

Permalink
Allows trailing commas in object literals
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 6, 2018
1 parent 0207904 commit d8d74a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'class-methods-use-this': 0,
'comma-spacing': 2,
'comma-style': [2, 'last'],
'comma-dangle': [2, 'never'],
'comma-dangle': 0,
'consistent-return': 2,
'curly': [2, 'all'],
'default-case': 2,
Expand Down

0 comments on commit d8d74a0

Please sign in to comment.