Skip to content

Commit

Permalink
Merge pull request #5 from bluefuton/add/comma-dangle-always-multiline
Browse files Browse the repository at this point in the history
Set comma-dangle to 'always-multiline'
  • Loading branch information
aduth authored and sirreal committed Dec 11, 2018
1 parent 203f960 commit 1454f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-wpcalypso/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
'array-bracket-spacing': [ 2, 'always' ],
'brace-style': [ 2, '1tbs' ],
camelcase: 2,
'comma-dangle': 0,
'comma-dangle': [ 2, 'always-multiline' ],
'comma-spacing': 2,
'comma-style': 2,
'computed-property-spacing': [ 2, 'always' ],
Expand Down

0 comments on commit 1454f39

Please sign in to comment.