Skip to content

Commit

Permalink
fix: add support for tslint 6.0+ (#961)
Browse files Browse the repository at this point in the history
Tslint 6.0+ adds support for TypeScript 3.8 syntax. 

palantir/tslint#4915
  • Loading branch information
alan-agius4 committed Mar 12, 2020
1 parent a5a6879 commit ef5f158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"peerDependencies": {
"@angular/compiler": ">=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0",
"@angular/core": ">=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0",
"tslint": "^5.0.0"
"tslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"app-root-path": "^2.2.1",
Expand Down

0 comments on commit ef5f158

Please sign in to comment.