Exclude everything in tests

This commit is contained in:
Andrew Branch 2019-04-24 11:35:37 -07:00
parent fc7b7c83b3
commit 7ba1c8aba2
No known key found for this signature in database
GPG key ID: 22CCA4B120C427D2

View file

@ -3,7 +3,7 @@
"rulesDirectory": "built/local/tslint/rules",
"linterOptions": {
"exclude": [
"tests/cases/**/*"
"tests/**/*"
]
},
"rules": {