mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): change prefer-literal-enum-member from correctness to restriction
This commit is contained in:
parent
c6874ad71b
commit
2fd6d05a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
/// ```
|
||||
PreferLiteralEnumMember,
|
||||
correctness
|
||||
restriction
|
||||
);
|
||||
|
||||
impl Rule for PreferLiteralEnumMember {
|
||||
|
|
|
|||
Loading…
Reference in a new issue