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
0.15.14
oxlint -c .oxlintrc.t.json --quiet
.oxlintrc.json
{ "ignorePatterns": ["node_modules/*"], "plugins": ["import"], "rules": { "func-style": ["error", "expression"], } }
Here are the steps that cause the error to occur
npm i qrcode-terminal
import * as foo from 'qrcode-terminal'
I don't think this error should exposed by oxlint, and when I removed the import plugin it was fine
import
The text was updated successfully, but these errors were encountered:
Fixed by #9383
Sorry, something went wrong.
No branches or pull requests
What version of Oxlint are you using?
0.15.14
What command did you run?
oxlint -c .oxlintrc.t.json --quiet
What does your
.oxlintrc.json
config file look like?What happened?
Here are the steps that cause the error to occur
npm i qrcode-terminal
to download qrcode-terminalimport * as foo from 'qrcode-terminal'
In any js fileoxlint -c .oxlintrc.t.json --quiet
I don't think this error should exposed by oxlint, and when I removed the
import
plugin it was fineThe text was updated successfully, but these errors were encountered: