feat(linter): temporary move react/require-render-return to nursery

This commit is contained in:
Boshen 2024-05-24 11:46:39 +08:00
parent d8c318752e
commit ecdffcff19
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -45,7 +45,7 @@ declare_oxc_lint!(
/// }
/// ```
RequireRenderReturn,
correctness
nursery
);
impl Rule for RequireRenderReturn {