mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 00:39:54 +00:00
Move trailing
check to JSCS.
This commit is contained in:
parent
be8f125ce6
commit
2545073024
@ -7,6 +7,5 @@
|
|||||||
"node" : true,
|
"node" : true,
|
||||||
"nonbsp" : true,
|
"nonbsp" : true,
|
||||||
"strict" : true,
|
"strict" : true,
|
||||||
"trailing" : true,
|
|
||||||
"undef" : true
|
"undef" : true
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
|
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
|
||||||
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
|
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
|
||||||
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
||||||
|
"disallowTrailingWhitespace": true,
|
||||||
"requireCamelCaseOrUpperCaseIdentifiers": true,
|
"requireCamelCaseOrUpperCaseIdentifiers": true,
|
||||||
"requireLeftStickedOperators": [","],
|
"requireLeftStickedOperators": [","],
|
||||||
"requireLineFeedAtFileEnd": true,
|
"requireLineFeedAtFileEnd": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user