We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
node/no-unsupported-features/es-syntax
It's currently unhappy about import and export in projects that transpile.
import
export
https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-unsupported-features/es-syntax.md
The text was updated successfully, but these errors were encountered:
Attempting to add in #133.
Sorry, something went wrong.
I wound up removing this from the v6 release and don't foresee adding it for a very long time as import and export statements are not valid.
No branches or pull requests
It's currently unhappy about
import
andexport
in projects that transpile.https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-unsupported-features/es-syntax.md
The text was updated successfully, but these errors were encountered: