Skip to content

Commit ab7cf8b

Browse files
alan-agius4mgechev
authored andcommitted
feat(@schematics/angular): generate new projects with tslint 6.1.0
tslint 6.1 adds support for TypeScript 3.8 syntax See: https://github.com/palantir/tslint/blob/master/CHANGELOG.md#v610
1 parent 0fd6e79 commit ab7cf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/files/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"karma-jasmine-html-reporter": "^1.4.2",
4141
"protractor": "~5.4.3",<% } %>
4242
"ts-node": "~8.3.0",
43-
"tslint": "~5.18.0",
43+
"tslint": "~6.1.0",
4444
"typescript": "<%= latestVersions.TypeScript %>"
4545
}
4646
}

0 commit comments

Comments
 (0)