We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e885c54 commit 16be5c5Copy full SHA for 16be5c5
packages/create-flex-plugin/tslint.json
@@ -1,3 +1,8 @@
1
{
2
- "extends": ["../../tslint.json"]
+ "extends": ["../../tslint.json"],
3
+ "linterOptions": {
4
+ "exclude": [
5
+ "templates/**/*"
6
+ ]
7
+ }
8
}
0 commit comments