Skip to content

Commit 16be5c5

Browse files
committed
exclude templates from linting
1 parent e885c54 commit 16be5c5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"extends": ["../../tslint.json"]
2+
"extends": ["../../tslint.json"],
3+
"linterOptions": {
4+
"exclude": [
5+
"templates/**/*"
6+
]
7+
}
38
}

0 commit comments

Comments
 (0)