-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serverless Bundle linting errors with 3.x #261
Comments
Weird. What version do you have installed? Make sure that you don't have |
I don't have |
Here's my package dependencies:
|
@bbbco I don't think this is an issue with Eta -- I'd recommend opening an issue in |
I was running into this same issue and eventually tracked it down to Since your package file includes typescript 4.3.5, it's possible that's what you're running in to here. Since I see ts-node in your package file too, you can check to see what it's using with the
This might be worth noting in the docs, @nebrelbug. It was an easy fix once I understood the issue, but it took a while to track down. |
Describe the bug
Serverless Bundle is now throwing linting errors (presumably via eslint) for the new 3.x syntax:
It seems that the linter is expecting the
Eta
object to be called the way it was in 2.xPackage & Environment Details
The text was updated successfully, but these errors were encountered: