mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
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…
x
Reference in New Issue
Block a user