Skip to content
Prev Previous commit
Next Next commit
Change rule category and remove fix option
  • Loading branch information
radu2147 committed Oct 9, 2024
commit c37aad93a8f30dcd1b96829edffc7046e58ba32b
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ declare_oxc_lint!(
/// <iframe sandbox="allow-origin" />;
/// ```
IframeMissingSandbox,
style,
suggestion
correctness
);

impl Rule for IframeMissingSandbox {
Expand Down