Skip to content

Commit

Permalink
Switch function-paren-newline to multiline-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 7, 2021
1 parent 556eeba commit 1481e77
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 @@ -177,7 +177,7 @@ module.exports = {
"func-names": "off",
"func-style": ["error", "declaration"],
"function-call-argument-newline": ["error", "consistent"],
"function-paren-newline": ["error", "multiline"],
"function-paren-newline": ["error", "multiline-arguments"],
"id-denylist": "off",
"id-length": "off",
"id-match": "off",
Expand Down

0 comments on commit 1481e77

Please sign in to comment.