-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use the es plugin rather than our own modelling of JS versions? #224
Comments
Here's my findings so far:
|
For my particular use case, this was a feature not a bug. I only did this for |
Well it's a hack for a bug in another plugin. Also that sounds like a pretty bad bug, is it reported? |
Fair enough :) . I forgot to report the bug upstream yesterday, thanks for reminding me. vuejs/eslint-plugin-vue#1089 |
Don't bother with syntax errors as these are caught by the parser, but having individual rules for builtin methods makes them easier to selectively disable. Part of #224
Don't bother with syntax errors as these are caught by the parser, but having individual rules for builtin methods makes them easier to selectively disable. Also ensure Array.prototype.entries rule doesn't conflict with Object.entries. Part of #224
Don't bother with syntax errors as these are caught by the parser, but having individual rules for builtin methods makes them easier to selectively disable. Also ensure Array.prototype.entries rule doesn't conflict with Object.entries. Part of #224
Credit to @catrope for finding it. https://www.npmjs.com/package/eslint-plugin-es
The text was updated successfully, but these errors were encountered: