Commit 25450730 authored by XhmikosR's avatar XhmikosR

Move `trailing` check to JSCS.

parent be8f125c
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment