Skip to content

Commit

Permalink
Turn off the "function-call-argument-newline" rule
Browse files Browse the repository at this point in the history
Need to wait until eslint/eslint#12123 is resolved.
  • Loading branch information
nwoltman committed Sep 21, 2019
1 parent 265dd7f commit 19b0a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Expand Up @@ -40,7 +40,7 @@
"for-direction": 2,
"func-call-spacing": 2,
"func-style": [2, "declaration", {"allowArrowFunctions": true}],
"function-call-argument-newline": [2, "consistent"],
// "function-call-argument-newline": [2, "consistent"],
"function-paren-newline": [2, "multiline-arguments"],
"generator-star-spacing": [2, {
"before": false,
Expand Down

0 comments on commit 19b0a68

Please sign in to comment.