serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

revert update for tslint #754

Closed ganganimaulik closed 1 year ago

ganganimaulik commented 1 year ago

stop npm install from failing for serverless --template-url=https://github.com/serverless/examples/tree/v3/aws-node-rest-api-typescript

this resolves version conflicts between version of TSLint that is required by the root project and the version required by the "tslint-config-airbnb" package.

this issue may be present on other examples too so pls check and resolve as required.