Skip to content

Commit 62d5349

Browse files
clydinfilipesilva
authored andcommitted
test: remove unneeded blueprints lint exclusion
1 parent a9f19af commit 62d5349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:messages": "node scripts/test-commit-messages.js",
2323
"test:packages": "node scripts/run-packages-spec.js",
2424
"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/**\"",
25+
"tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/config/schema.d.ts\" -e \"**/tests/**\" -e \"node_modules/**\" -e \"tmp/**\" -e \"dist/**\"",
2626
"lint": "npm-run-all -c eslint tslint",
2727
"tool": "node scripts/run-tool.js"
2828
},

0 commit comments

Comments
 (0)