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 ea2c0db commit 3251fc5Copy full SHA for 3251fc5
package.json
@@ -7,6 +7,7 @@
7
"docker-build": "docker build -t ng2-quickstart .",
8
"docker": "npm run docker-build && docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart",
9
"e2e": "tsc && concurrently \"http-server\" \"protractor protractor.config.js\"",
10
+ "lint": "tslint ./app/**/*.ts -t verbose",
11
"lite": "lite-server",
12
"postinstall": "typings install",
13
"test": "tsc && concurrently \"tsc -w\" \"karma start karma.conf.js\"",
@@ -37,6 +38,7 @@
37
38
39
"canonical-path": "0.0.2",
40
"http-server": "^0.9.0",
41
+ "tslint": "^3.7.4",
42
"lodash": "^4.11.1",
43
"jasmine-core": "~2.4.1",
44
"karma": "^0.13.22",
0 commit comments