feat(linter): change jsdoc/require-render-return from correctness to pedantic

This commit is contained in:
Boshen 2024-05-23 21:20:48 +08:00
parent fbccd1fcb2
commit 8a1db6738c
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

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