Skip to content

Commit

Permalink
fix: update newline rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jhwohlgemuth committed May 11, 2019
1 parent 1635e6a commit db14912
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 @@ -53,7 +53,7 @@ module.exports = {
'max-nested-callbacks': ['warn', 4],
'max-params': ['warn', 5],
'new-cap': ['warn'],
/*fix*/'newline-per-chained-call': ['warn'],
/*fix*/'newline-per-chained-call': ['warn', {ignoreChainWithDepth: 3}],
'no-alert': ['warn'],
'no-array-constructor': ['error'],
'no-console': ['warn'],
Expand Down

0 comments on commit db14912

Please sign in to comment.