Skip to content

Commit 7ba1c8a

Browse files
committed
Exclude everything in tests
1 parent fc7b7c8 commit 7ba1c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"rulesDirectory": "built/local/tslint/rules",
44
"linterOptions": {
55
"exclude": [
6-
"tests/cases/**/*"
6+
"tests/**/*"
77
]
88
},
99
"rules": {

0 commit comments

Comments
 (0)