Commit c0447026 authored by Chris Rebert's avatar Chris Rebert
Browse files

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
parent 56a5d93b
Showing with 0 additions and 1 deletion
+0 -1
......@@ -8,7 +8,6 @@
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowTrailingWhitespace": true,
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireLeftStickedOperators": [","],
"requireLineFeedAtFileEnd": true,
"requireRightStickedOperators": ["!"],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment