File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ module.exports = {
185
185
'max-statements-per-line' : [ 1 , { max : 2 } ] , // enforce a maximum number of statements allowed per line
186
186
'multiline-comment-style' : 0 , // enforce a particular style for multiline comments
187
187
'multiline-ternary' : 0 , // enforce newlines between operands of ternary expressions
188
- 'new-cap' : [ 1 , { capIsNewExceptions : [ 'Express' ] } ] , // require constructor `function` names to begin with a capital letter
188
+ 'new-cap' : 0 , // require constructor `function` names to begin with a capital letter
189
189
'new-parens' : 0 , // require parentheses when invoking a constructor with no arguments
190
190
'newline-per-chained-call' : [ 1 , { ignoreChainWithDepth : 3 } ] , // require a newline after each call in a method chain
191
191
'no-array-constructor' : 1 , // disallow `Array` constructors
You can’t perform that action at this time.
0 commit comments