Skip to content

Commit

Permalink
feat(@schematics/angular): generate new projects with tslint 6.1.0
Browse files Browse the repository at this point in the history
tslint 6.1 adds support for TypeScript 3.8 syntax

See: https://github.com/palantir/tslint/blob/master/CHANGELOG.md#v610
  • Loading branch information
alan-agius4 authored and mgechev committed Mar 17, 2020
1 parent 0fd6e79 commit ab7cf8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"karma-jasmine-html-reporter": "^1.4.2",
"protractor": "~5.4.3",<% } %>
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"tslint": "~6.1.0",
"typescript": "<%= latestVersions.TypeScript %>"
}
}

0 comments on commit ab7cf8b

Please sign in to comment.