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
Should include .js and maybe .mjs or whatever the proposed module extension is at that point, if it's looking solid.
.js
.mjs
May also want to create a no-ignored-extensions rule for debugging, or just add a debug print for each ignored file. (#300)
no-ignored-extensions
The text was updated successfully, but these errors were encountered:
Should add a debug log of path ignored if extensions are not matched.
Sorry, something went wrong.
added debug log when a file is ignored (#306)
45eab4f
No branches or pull requests
Should include
.js
and maybe.mjs
or whatever the proposed module extension is at that point, if it's looking solid.May also want to create a
no-ignored-extensions
rule for debugging, or just add a debug print for each ignored file. (#300)The text was updated successfully, but these errors were encountered: