postlight / serverless-typescript-starter

🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
https://postlight.com/labs/modern-serverless-starter-kit
711 stars 62 forks source link

Fix error caused by non-ts-aware configs #106

Closed corollari closed 4 years ago

corollari commented 4 years ago

Currently the lint command is failing due to https://github.com/benmosher/eslint-plugin-import/issues/1615. This PR fixes it by applying https://github.com/benmosher/eslint-plugin-import/pull/1637.

bardawilpeter commented 4 years ago

@corollari Thank you this is fixed in: https://github.com/postlight/serverless-babel-starter/commit/02c7260d1180b5831f0bdb33398b2730479364e9

corollari commented 4 years ago

Great! If you have some time available could you also look into #107?