tslint.sublime-project 204 B

12345678910
  1. {
  2. "folders":
  3. [
  4. {
  5. "path": ".",
  6. "folder_exclude_patterns": [".git", "node_modules", ".sass-cache", "bower_components", ".tscache"],
  7. "file_exclude_patterns": ["src/**/*.js", "*.tmp.*"]
  8. }
  9. ]
  10. }