Skip to content

Commit

Permalink
Add tslint exclusion for node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Boyd committed Jun 13, 2018
1 parent cd504a9 commit 06db554
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file modified scripts/version.sh
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"extends": [
"tslint:recommended"
],
"linterOptions": {
"exclude": [
"**/out/**/*",
"**/node_modules/**/*"
]
},
"jsRules": {},
"rules": {
"indent": [true, "spaces", 2],
Expand Down

0 comments on commit 06db554

Please sign in to comment.