You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…6872)
> Closes#6750
Fixes a false positive in `react/iframe-missing-sandbox` on `document.createElement`, which is not react and has no way of passing a sandbox prop/attribute on creation.
…xc-project#6872)
> Closesoxc-project#6750
Fixes a false positive in `react/iframe-missing-sandbox` on `document.createElement`, which is not react and has no way of passing a sandbox prop/attribute on creation.
What version of Oxlint are you using?
0.10.1
What command did you run?
oxc vscode extension
What does your
.oxlint.json
config file look like?As far as I know there is no .oxlint.json
What happened?
I have this line in a .js file:
I get this from oxc:
I am not using React. And I have no idea about the plugin mentioned. (And the link above gives 404.)
The text was updated successfully, but these errors were encountered: