Skip to content

Commit f2cc74f

Browse files
authored
Merge pull request #20 from icatalina/CHECKOUT-4136
CHECKOUT-4136 Exclude json files no matter where tslint is placed
2 parents 0989133 + 67f6a93 commit f2cc74f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@
245245
},
246246
"linterOptions": {
247247
"exclude": [
248-
"*.json",
249-
"**/*.json"
248+
"/**/*.json"
250249
]
251250
}
252251
}

0 commit comments

Comments
 (0)