Skip to content

Commit fc7b7c8

Browse files
committed
Exclude tests/cases from tslint
1 parent d4ff58d commit fc7b7c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tslint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"extends": "tslint:latest",
33
"rulesDirectory": "built/local/tslint/rules",
4+
"linterOptions": {
5+
"exclude": [
6+
"tests/cases/**/*"
7+
]
8+
},
49
"rules": {
510
"no-unnecessary-type-assertion": true,
611

0 commit comments

Comments
 (0)