We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
newline-per-chained-call
eslint
1 parent 8a6f009 commit 12fb486Copy full SHA for 12fb486
packages/eslint-config-airbnb/rules/style.js
@@ -62,7 +62,7 @@ module.exports = {
62
// enforces new line after each method call in the chain to make it
63
// more readable and easy to maintain
64
// http://eslint.org/docs/rules/newline-per-chained-call
65
- 'newline-per-chained-call': [2, { 'ignoreChainWithDepth': 3 }],
+ 'newline-per-chained-call': [0, { 'ignoreChainWithDepth': 3 }],
66
// disallow use of the Array constructor
67
'no-array-constructor': 0,
68
// disallow use of the continue statement
0 commit comments