tslint.json 210 B

12345678910
  1. {
  2. "rules": {
  3. "type-literal-delimiter": true
  4. },
  5. "meta": {
  6. "category": "style",
  7. "description": "字面类型的每个成员都必须有分号",
  8. "ts-only": true
  9. }
  10. }