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 5e9f462 commit e201fc5Copy full SHA for e201fc5
addon/ng2/blueprints/ng2/files/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "ng server",
8
"postinstall": "typings install --ambient",
9
- "lint": "tslint src/**/*.ts",
+ "lint": "tslint \"src/**/*.ts\"",
10
"format": "clang-format -i -style=file --glob=src/**/*.ts",
11
"pree2e": "webdriver-manager update",
12
"e2e": "protractor"
0 commit comments