aboutsummaryrefslogtreecommitdiffstats
path: root/.jscs.json.todo
diff options
context:
space:
mode:
authorTimothée Jeannin2014-03-04 20:39:10 +0100
committerTobias Bosch2014-03-05 16:30:51 -0800
commit933537860247de35c21db060ae9ae1f87bb30d53 (patch)
tree3a5ae308aa246de8e3d48d544b5250f1c80effc8 /.jscs.json.todo
parentde2ecb8a969aa4c96da59e94c0aa9fa84ab232e0 (diff)
downloadangular.js-933537860247de35c21db060ae9ae1f87bb30d53.tar.bz2
style: enable jscs requireLeftStickedOperators rule
Closed #6544.
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 96326dce..1fb8c28d 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": ["?", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
- "requireLeftStickedOperators": [","],
"disallowImplicitTypeConversion": ["string"],
"disallowMultipleLineBreaks": true,
"disallowKeywordsOnNewLine": ["else"],