chore(linter): change getter-return to nursery

relates #3935
This commit is contained in:
Boshen 2024-06-27 14:38:43 +08:00
parent 37fceefbbf
commit cd4bd6ec7f
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -52,7 +52,7 @@ declare_oxc_lint!(
/// }
/// ```
GetterReturn,
correctness
nursery
);
impl Rule for GetterReturn {