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

View File

@ -8,7 +8,6 @@
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowTrailingWhitespace": true,
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireLeftStickedOperators": [","],
"requireLineFeedAtFileEnd": true,
"requireRightStickedOperators": ["!"],