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