tslint.json 214 B

12345678910
  1. {
  2. "rules": {
  3. "object-literal-shorthand": true
  4. },
  5. "meta": {
  6. "category": "style",
  7. "description": "必须使用 `a = {b}` 而不是 `a = {b: b}`",
  8. "has-fixer": true
  9. }
  10. }