eslint-plugin-node
eslint-plugin-node copied to clipboard
Track Babel version for `node/no-unsupported-features/*`
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.