mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
feat(linter): change jsdoc/require-render-return from correctness to pedantic
This commit is contained in:
parent
fbccd1fcb2
commit
8a1db6738c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
/// ```
|
||||
RequireRenderReturn,
|
||||
correctness
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for RequireRenderReturn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue