feat(linter): demote react/jsx-no-useless-fragment from correctness to pedantic

This commit is contained in:
Boshen 2024-05-12 22:39:56 +08:00
parent 893af230c0
commit 4ccc3ee6b2
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -46,7 +46,7 @@ declare_oxc_lint!(
/// <div>foo</div>
/// ```
JsxNoUselessFragment,
correctness
pedantic
);
impl Rule for JsxNoUselessFragment {