2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Disable requireCamelCaseOrUpperCaseIdentifiers JSCS option completely, for now

Can't disable it just for the Gruntfile due to https://github.com/mdevils/node-jscs/issues/287
This commit is contained in:
Chris Rebert
2014-03-06 12:36:45 -08:00
parent 56a5d93b82
commit c0447026f1
-1
View File
@@ -8,7 +8,6 @@
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowTrailingWhitespace": true,
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireLeftStickedOperators": [","],
"requireLineFeedAtFileEnd": true,
"requireRightStickedOperators": ["!"],