Skip to content

Commit

Permalink
Enable comma-dangle rule for multiline (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 15, 2021
1 parent 1baef9f commit 6313099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
rules: {
'comma-dangle': [
'error',
'never'
'always-multiline'
],
'for-direction': 'error',
'getter-return': 'error',
Expand Down

0 comments on commit 6313099

Please sign in to comment.