tslint.json 227 B

12345678910
  1. {
  2. "rules": {
  3. "curly": [true, "ignore-same-line"]
  4. },
  5. "meta": {
  6. "category": "functionality",
  7. "description": "`if` 后面必须有 `{`,除非是单行 `if`",
  8. "has-fixer": true
  9. }
  10. }