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
no-rename-default
I'd absolutely love to have an option to disable this rule for packages coming from node_modules.
node_modules
A simple example with @eslint/json. From the docs:
import json from '@eslint/json'
Immediately this gives an error due to the package has default export under the name plugin.
plugin
It's just a simple one example, only god knows how devs name their default exports and how they are processed and renamed by bundlers and transpilers.
Related: #136
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd absolutely love to have an option to disable this rule for packages coming from
node_modules
.A simple example with @eslint/json. From the docs:
Immediately this gives an error due to the package has default export under the name
plugin
.It's just a simple one example, only god knows how devs name their default exports and how they are processed and renamed by bundlers and transpilers.
Related: #136
The text was updated successfully, but these errors were encountered: