mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 04:14:00 +00: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…
Reference in a new issue