Skip to content

Commit f01995a

Browse files
committed
fix(common): FE-40 Prevent tslint from processing json files
1 parent d4e9fce commit f01995a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,11 @@
233233
"check-type",
234234
"check-typecast"
235235
]
236+
},
237+
"linterOptions": {
238+
"exclude": [
239+
"*.json",
240+
"**/*.json"
241+
]
236242
}
237243
}

0 commit comments

Comments
 (0)