Commit 67f6a93
committed
fix(common): CHECKOUT-4136 Exclude json files no matter where tslint is placed
The exclude pattern is based on the directory where tslint is placed.
If we want to exclude json files regardless of the location of tslint.json
we need to specify a `/` so all files, no matter the location are excluded.1 parent 0989133 commit 67f6a93
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
250 | 249 | | |
251 | 250 | | |
252 | 251 | | |
0 commit comments