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.

16 lines
323 B

  1. {
  2. "defaultSeverity": "error",
  3. "extends": [
  4. "tslint:recommended"
  5. ],
  6. "jsRules": {},
  7. "rules": {
  8. "indent": [true, "spaces", 4],
  9. "semicolon": [false, "always"]
  10. },
  11. "rulesDirectory": [],
  12. "linterOptions": {
  13. "exclude": [
  14. "node_modules/**"
  15. ]
  16. }
  17. }