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
allowModules
it seems that the option allowModules accepts the typical module names only. it should accept wildcards and regex
"node/no-extraneous-import": [ "error", { allowModules: [ "@jest/globals", "@jest/*", /^@jest/, ], tryExtensions: [".js", ".ts", ".json", ".node"], }, ],
The text was updated successfully, but these errors were encountered:
eslint-plugin-n is the maintained version of this module.
eslint-plugin-n
We switched to it in eg. eslint-config-standard / standard and it is maintained by me and other members of the official ESLint community organization.
eslint-config-standard
standard
Try that module out and if it isn't fixed there, then open a new issue in that project.
Sorry, something went wrong.
No branches or pull requests
it seems that the option
allowModules
accepts the typical module names only. it should accept wildcards and regexThe text was updated successfully, but these errors were encountered: