mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(linter): move no-useless-constructor to nursery
This commit is contained in:
parent
ce6cacc85a
commit
d92bb3a0c3
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ declare_oxc_lint!(
|
|||
/// }
|
||||
///```
|
||||
NoUselessConstructor,
|
||||
suspicious,
|
||||
nursery,
|
||||
);
|
||||
|
||||
impl Rule for NoUselessConstructor {
|
||||
|
|
@ -262,7 +262,7 @@ class A extends B {
|
|||
}",
|
||||
r"
|
||||
class A extends B {
|
||||
|
||||
|
||||
foo() {
|
||||
bar();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue