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