tslint.json 217 B

12345678910
  1. {
  2. "rules": {
  3. "no-parameter-properties": true
  4. },
  5. "meta": {
  6. "category": "style",
  7. "description": "禁止给类的构造函数的参数添加修饰符",
  8. "ts-only": true
  9. }
  10. }