Skip to content

Commit

Permalink
fix(lint): exclude JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
camwiegert committed Jan 7, 2019
1 parent 5eee517 commit 102c798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "tslint-ionic-rules",
"rules": {
"no-import-side-effect": false
},
"linterOptions": {
"exclude": [
"**/*.json"
]
}
}

0 comments on commit 102c798

Please sign in to comment.