diff --git a/packages/eslint-config-airbnb-base/rules/style.js b/packages/eslint-config-airbnb-base/rules/style.js index f7a8e7f5..c0eb28fa 100644 --- a/packages/eslint-config-airbnb-base/rules/style.js +++ b/packages/eslint-config-airbnb-base/rules/style.js @@ -119,7 +119,7 @@ module.exports = { // enforces new line after each method call in the chain to make it // more readable and easy to maintain // http://eslint.org/docs/rules/newline-per-chained-call - 'newline-per-chained-call': [2, { ignoreChainWithDepth: 3 }], + 'newline-per-chained-call': [2, { ignoreChainWithDepth: 4 }], // disallow use of the Array constructor 'no-array-constructor': 2,