eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

Track Babel version for `node/no-unsupported-features/*`

Open brettz9 opened this issue 6 years ago • 0 comments

Regarding node/no-unsupported-features/*, you might want to track a specific Babel version to avoid flagging items which will be transpiled by Babel.

However, I believe https://github.com/amilajack/eslint-plugin-compat/issues/174 , if implemented, might help with this issue since the browserslist that it uses can support Node as well, but mentioning if you want to add support on your side for Node.

brettz9 avatar May 04 '19 14:05 brettz9