tslint.json 73 B

12345678
  1. {
  2. "rules": {
  3. "quotemark": [
  4. true,
  5. "single"
  6. ]
  7. }
  8. }