Skip to content

Commit 59d4997

Browse files
author
Chris Pearce
committed
chore(ng blueprint): update tslint dependency in package.json blueprint
Update tslint dev dependency in the package.json blueprint to use ^3.6.0. Allows additional tslint rules to be implemented. Update tslint.json to use the updated semicolon rule config setting. See http://palantir.github.io/tslint/rules/semicolon/
1 parent fdc2296 commit 59d4997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon/ng2/blueprints/ng2/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"karma-jasmine": "^0.3.6",
3333
"protractor": "^3.0.0",
3434
"ts-node": "^0.5.5",
35-
"tslint": "^3.3.0",
35+
"tslint": "^3.6.0",
3636
"typescript": "^1.8.7",
3737
"typings": "^0.6.6"
3838
}

addon/ng2/blueprints/ng2/files/tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"single",
3434
"avoid-escape"
3535
],
36-
"semicolon": true,
36+
"semicolon": [true, "always"],
3737
"typedef-whitespace": [
3838
true,
3939
{

0 commit comments

Comments
 (0)