Skip to content

Commit 536024f

Browse files
chore: Fix TSLint compatibility with used plugin (#754)
stop npm install from failing
1 parent 2de6c34 commit 536024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-node-rest-api-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"serverless-plugin-typescript": "^1.1.9",
3737
"sinon": "^9.0.2",
3838
"ts-node": "^8.9.1",
39-
"tslint": "^6.1.2",
39+
"tslint": "^5.11.0",
4040
"tslint-config-airbnb": "^5.11.2",
4141
"typescript": "^3.8.3"
4242
},

0 commit comments

Comments
 (0)