Skip to content

Commit 102c798

Browse files
committed
fix(lint): exclude JSON files
1 parent 5eee517 commit 102c798

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tslint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"extends": "tslint-ionic-rules",
33
"rules": {
44
"no-import-side-effect": false
5+
},
6+
"linterOptions": {
7+
"exclude": [
8+
"**/*.json"
9+
]
510
}
611
}

0 commit comments

Comments
 (0)