We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f19af commit 62d5349Copy full SHA for 62d5349
package.json
@@ -22,7 +22,7 @@
22
"test:messages": "node scripts/test-commit-messages.js",
23
"test:packages": "node scripts/run-packages-spec.js",
24
"eslint": "eslint .",
25
- "tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/config/schema.d.ts\" -e \"**/tests/**\" -e \"**/blueprints/*/files/**/*.ts\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"",
+ "tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/config/schema.d.ts\" -e \"**/tests/**\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"",
26
"lint": "npm-run-all -c eslint tslint",
27
"tool": "node scripts/run-tool.js"
28
},
0 commit comments