0
0
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:
XhmikosR 2014-02-27 17:38:46 +02:00
parent be8f125ce6
commit 2545073024
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,5 @@
"node" : true,
"nonbsp" : true,
"strict" : true,
"trailing" : true,
"undef" : true
}

View File

@ -7,6 +7,7 @@
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowTrailingWhitespace": true,
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireLeftStickedOperators": [","],
"requireLineFeedAtFileEnd": true,