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,
|
||||
"eqeqeq" : true,
|
||||
"immed" : true,
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
|
||||
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
|
||||
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
||||
"requireCamelCaseOrUpperCaseIdentifiers": true,
|
||||
"requireLeftStickedOperators": [","],
|
||||
"requireLineFeedAtFileEnd": true,
|
||||
"requireRightStickedOperators": ["!"],
|
||||
|
|
Loading…
Add table
Reference in a new issue