aboutsummaryrefslogtreecommitdiffstats
path: root/.jscs.json.todo
diff options
context:
space:
mode:
authorIgor Minar2014-02-28 16:43:23 -0800
committerIgor Minar2014-02-28 16:47:21 -0800
commitd3fbc25be21719e76907cacfcb0291788c79adc2 (patch)
tree496a8aac6a44bf61d2d44fd65fdc22b82c80ff76 /.jscs.json.todo
parent0d034a98ec4ef1e0c3c1727e23d1ccd971ae74e6 (diff)
downloadangular.js-d3fbc25be21719e76907cacfcb0291788c79adc2.tar.bz2
style: enable jscs requireRightStickedOperators rule
Diffstat (limited to '.jscs.json.todo')
-rw-r--r--.jscs.json.todo1
1 files changed, 0 insertions, 1 deletions
diff --git a/.jscs.json.todo b/.jscs.json.todo
index b7e82bc2..96326dce 100644
--- a/.jscs.json.todo
+++ b/.jscs.json.todo
@@ -8,7 +8,6 @@
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
"disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
"disallowRightStickedOperators": ["?", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
- "requireRightStickedOperators": ["!"],
"requireLeftStickedOperators": [","],
"disallowImplicitTypeConversion": ["string"],
"disallowMultipleLineBreaks": true,