[O] Ignore jsons from tslint
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
|||||||
"defaultSeverity": "warning",
|
"defaultSeverity": "warning",
|
||||||
"linterOptions": {
|
"linterOptions": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules/**"
|
"node_modules/**",
|
||||||
|
"*.json",
|
||||||
|
"**/*.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|||||||
Reference in New Issue
Block a user