Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 3251fc5

Browse files
DeborahKfilipesilva
authored andcommitted
docs(quickstart): add lint script and dependency. (#77)
We include tslint.json in the quick start files, so adding the script makes sense.
1 parent ea2c0db commit 3251fc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"docker-build": "docker build -t ng2-quickstart .",
88
"docker": "npm run docker-build && docker run -it --rm -p 3000:3000 -p 3001:3001 ng2-quickstart",
99
"e2e": "tsc && concurrently \"http-server\" \"protractor protractor.config.js\"",
10+
"lint": "tslint ./app/**/*.ts -t verbose",
1011
"lite": "lite-server",
1112
"postinstall": "typings install",
1213
"test": "tsc && concurrently \"tsc -w\" \"karma start karma.conf.js\"",
@@ -37,6 +38,7 @@
3738

3839
"canonical-path": "0.0.2",
3940
"http-server": "^0.9.0",
41+
"tslint": "^3.7.4",
4042
"lodash": "^4.11.1",
4143
"jasmine-core": "~2.4.1",
4244
"karma": "^0.13.22",

0 commit comments

Comments
 (0)