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:
const i = document.createElement("iframe");
I get this from oxc:
An iframe element is missing a sandbox attribute
help: Add a sandbox attribute to the iframe element.oxc[eslint-plugin-react(iframe-missing-sandbox)]>
(https://oxc.rs/docs/guide/usage/linter/rules/eslint-plugin-react/iframe-missing-sandbox)
I am not using React. And I have no idea about the plugin mentioned. (And the link above gives 404.)