[O] Ignore jsons from tslint

This commit is contained in:
Hykilpikonna
2020-01-04 18:51:43 -05:00
parent 6035fe5318
commit 4774ad658b
+3 -1
View File
@@ -2,7 +2,9 @@
"defaultSeverity": "warning",
"linterOptions": {
"exclude": [
"node_modules/**"
"node_modules/**",
"*.json",
"**/*.json"
]
},
"rules": {