mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-05-13 03:01:39 -04:00
JSCS config: Set disallowSpaceAfter/BeforePrefixUnaryOperators
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
"disallowLeftStickedOperators": [ "?", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<=" ],
|
||||
"disallowRightStickedOperators": [ "?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
|
||||
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
|
||||
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-"],
|
||||
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
|
||||
"requireRightStickedOperators": [ "!" ],
|
||||
"requireLeftStickedOperators": [ "," ],
|
||||
"disallowKeywords": [ "with" ],
|
||||
|
||||
Reference in New Issue
Block a user