We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bceee commit 59cbcf4Copy full SHA for 59cbcf4
package.json
@@ -21,7 +21,7 @@
21
"test:inspect": "node --inspect --debug-brk tests/runner",
22
"test:packages": "node scripts/run-packages-spec.js",
23
"eslint": "eslint .",
24
- "tslint": "tslint \"**/*.ts\" -c tslint.json -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 \"**/blueprints/*/files/**/*.ts\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"",
25
"lint": "npm-run-all -c eslint tslint"
26
},
27
"repository": {
0 commit comments