Skip to content

Commit

Permalink
Add function-call-argument-newline
Browse files Browse the repository at this point in the history
Fixes #102.
  • Loading branch information
lydell committed Aug 19, 2019
1 parent 3955d29 commit e0b6648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -30,6 +30,7 @@ module.exports = {
"dot-location": "off",
"eol-last": "off",
"func-call-spacing": "off",
"function-call-argument-newline": "off",
"function-paren-newline": "off",
"generator-star": "off",
"generator-star-spacing": "off",
Expand Down

0 comments on commit e0b6648

Please sign in to comment.