vuejs / vue-eslint-parser

The ESLint custom parser for `.vue` files.
MIT License
443 stars 74 forks source link

babel-eslint is deprecated #101

Closed rinu closed 3 years ago

rinu commented 3 years ago

Accoring to https://www.npmjs.com/package/babel-eslint Please replace the deprecated dependency with the new one.

ota-meshi commented 3 years ago

We still need to use babel-eslint as the new parser does not support older Node versions.

tenkiller commented 3 years ago

Shouldn't the correct long-term solution be to no longer support older Node versions?

ota-meshi commented 3 years ago

Perhaps the next major version upgrade will drop supporting older node. But now we have no plans to do so.