mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
feat(linter): temporary move react/require-render-return to nursery
This commit is contained in:
parent
d8c318752e
commit
ecdffcff19
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ declare_oxc_lint!(
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
RequireRenderReturn,
|
RequireRenderReturn,
|
||||||
correctness
|
nursery
|
||||||
);
|
);
|
||||||
|
|
||||||
impl Rule for RequireRenderReturn {
|
impl Rule for RequireRenderReturn {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue