Skip to content

Commit ef5f158

Browse files
authored
fix: add support for tslint 6.0+ (#961)
Tslint 6.0+ adds support for TypeScript 3.8 syntax. palantir/tslint#4915
1 parent a5a6879 commit ef5f158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"peerDependencies": {
9595
"@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",
9696
"@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",
97-
"tslint": "^5.0.0"
97+
"tslint": "^5.0.0 || ^6.0.0"
9898
},
9999
"dependencies": {
100100
"app-root-path": "^2.2.1",

0 commit comments

Comments
 (0)