Skip to content

Commit

Permalink
exclude templates from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalebian committed May 7, 2019
1 parent e885c54 commit 16be5c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/create-flex-plugin/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": ["../../tslint.json"]
"extends": ["../../tslint.json"],
"linterOptions": {
"exclude": [
"templates/**/*"
]
}
}

0 comments on commit 16be5c5

Please sign in to comment.