Skip to content

Commit

Permalink
chore(jscs): drop capital-constructor ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
fh1ch committed Jun 27, 2017
1 parent 4be06bd commit 0b751c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jscsrc
Expand Up @@ -4,5 +4,6 @@
"requireSemicolons": true,
"requireCamelCaseOrUpperCaseIdentifiers": false,
"requireCurlyBraces": false,
"requireCapitalizedConstructors": false,
"jsDoc": false
}

0 comments on commit 0b751c1

Please sign in to comment.