File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ module.exports = {
185185 'max-statements-per-line' : [ 1 , { max : 2 } ] , // enforce a maximum number of statements allowed per line
186186 'multiline-comment-style' : 0 , // enforce a particular style for multiline comments
187187 '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
189189 'new-parens' : 0 , // require parentheses when invoking a constructor with no arguments
190190 'newline-per-chained-call' : [ 1 , { ignoreChainWithDepth : 3 } ] , // require a newline after each call in a method chain
191191 'no-array-constructor' : 1 , // disallow `Array` constructors
You can’t perform that action at this time.
0 commit comments