mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Move camelcase
check to JSCS.
This commit is contained in:
parent
2619325626
commit
be8f125ce6
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"camelcase": true,
|
|
||||||
"curly" : true,
|
"curly" : true,
|
||||||
"eqeqeq" : true,
|
"eqeqeq" : true,
|
||||||
"immed" : true,
|
"immed" : true,
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
|
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
|
||||||
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
|
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
|
||||||
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
||||||
|
"requireCamelCaseOrUpperCaseIdentifiers": true,
|
||||||
"requireLeftStickedOperators": [","],
|
"requireLeftStickedOperators": [","],
|
||||||
"requireLineFeedAtFileEnd": true,
|
"requireLineFeedAtFileEnd": true,
|
||||||
"requireRightStickedOperators": ["!"],
|
"requireRightStickedOperators": ["!"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue