tslint.json 246 B

12345678910
  1. {
  2. "rules": {
  3. "binary-expression-operand-order": false
  4. },
  5. "meta": {
  6. "category": "style",
  7. "description": "数字字面量必须在加号的右边,即禁止 `1 + x`",
  8. "reason": "没必要限制"
  9. }
  10. }