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.
 
 
 
 

35 line
748 B

  1. {
  2. "linters": {
  3. "chmod": {
  4. "type": "chmod"
  5. },
  6. "js-lint": {
  7. "type": "tslint",
  8. "include": "(src/.*\\.(ts)$)",
  9. "tslint.project": "tsconfig.json"
  10. },
  11. "js-build": {
  12. "type": "tsc",
  13. "include": "(src/.*\\.(ts)$)"
  14. },
  15. "prose": {
  16. "type": "prose",
  17. "include": "(\\.(md)$)",
  18. "exclude": [
  19. "(^CHANGELOG.md)"
  20. ],
  21. "severity": {
  22. "consistency.spacing": "disabled",
  23. "typography.symbols.curly_quotes": "disabled",
  24. "typography.symbols.ellipsis": "disabled",
  25. "leonard.exclamation.30ppm": "disabled",
  26. "misc.annotations": "warning"
  27. }
  28. },
  29. "spelling": {
  30. "type": "spelling",
  31. "include": "(\\.(md)$)"
  32. }
  33. }
  34. }