tslint.json 203 B

12345678910
  1. {
  2. "rules": {
  3. "comment-format": [true, "check-space"]
  4. },
  5. "meta": {
  6. "category": "style",
  7. "description": "限制单行注释的规则",
  8. "has-fixer": true
  9. }
  10. }