Skip to content

Commit

Permalink
feat(linter): temporary move react/require-render-return to nursery
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 24, 2024
1 parent d8c3187 commit ecdffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/react/require_render_return.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare_oxc_lint!(
/// }
/// ```
RequireRenderReturn,
correctness
nursery
);

impl Rule for RequireRenderReturn {
Expand Down

0 comments on commit ecdffcf

Please sign in to comment.