Express TS project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. {
  2. "defaultSeverity": "error",
  3. "extends": [
  4. "tslint:recommended"
  5. ],
  6. "jsRules": {},
  7. "rules": {
  8. "no-console": false,
  9. "trailing-comma": [ false ]
  10. },
  11. "rulesDirectory": []
  12. }