-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unexpected token ... #16
Comments
In general it would be great to have a way to pass options from |
@klimashkin thanks for your issue. Oh yes passing the options to espree directly would be great indeed. I will work on that as soon as I have time 👍 |
Probably as a fast fix you could release minor update of node-rcs-core that will require espree as |
The problem is, I just checked, I am not using espree (it was accidentally in the dependencies). I use |
Oh, my bad, I was sure I saw espree in the source. |
Yap, I thought about the same. I think espree is the way to go. |
With |
Awesome, it works! Thank you! |
Seems it fails on javascript files that use object rest/spread.
Espree can be updated to version 4, or to fix that in espree 3, option
experimentalObjectRestSpread: true
can be passedThe text was updated successfully, but these errors were encountered: