Skip to content

Commit

Permalink
No comma-dangle for functions
Browse files Browse the repository at this point in the history
  • Loading branch information
boutils committed Apr 2, 2020
1 parent 950e037 commit 9dcaf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
"objects": "always-multiline",
"imports": "always-multiline",
"exports": "always-multiline",
"functions": "only-multiline"
"functions": "never"
}],
'linebreak-style' : [2, 'unix'],
'semi' : [2, 'always'],
Expand Down

0 comments on commit 9dcaf41

Please sign in to comment.