Skip to content

Commit

Permalink
Merge pull request #2 from CodingSans/cap-is-new-change
Browse files Browse the repository at this point in the history
capIsNew to false
  • Loading branch information
Imre 'Rover' Racz committed Mar 13, 2016
2 parents 3335f6d + 1e0b6a9 commit a22c623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/_stylisticIssues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rules:
## max 4 depth callback
max-nested-callbacks: [2, 4]
## Require Constructors to Use Initial Caps
new-cap: [2, { "newIsCap": true }]
new-cap: [2, { "newIsCap": true, "capIsNew": false }]
## require parens for Constructor
new-parens: 2
## use [] instead
Expand Down

0 comments on commit a22c623

Please sign in to comment.