tslint.json 237 B

12345678910
  1. {
  2. "rules": {
  3. "arrow-return-shorthand": true
  4. },
  5. "meta": {
  6. "category": "style",
  7. "description": "箭头函数的函数体只有 `return` 语句的时候,必须简写",
  8. "has-fixer": true
  9. }
  10. }