mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
feat(linter): demote react/jsx-no-useless-fragment from correctness to pedantic
This commit is contained in:
parent
893af230c0
commit
4ccc3ee6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ declare_oxc_lint!(
|
|||
/// <div>foo</div>
|
||||
/// ```
|
||||
JsxNoUselessFragment,
|
||||
correctness
|
||||
pedantic
|
||||
);
|
||||
|
||||
impl Rule for JsxNoUselessFragment {
|
||||
|
|
|
|||
Loading…
Reference in a new issue