Skip to content

Commit 544a090

Browse files
committed
refactor(linter): remove not implemented rule constructor-super (#9877)
This rule is too long in nursery category. Nobody is looking because #479 marks this rule as implemented. Only one old issue is telling about it: #2280
1 parent 0973356 commit 544a090

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

crates/oxc_linter/src/rules.rs

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ mod import {
3737

3838
mod eslint {
3939
pub mod array_callback_return;
40-
pub mod constructor_super;
4140
pub mod curly;
4241
pub mod default_case;
4342
pub mod default_case_last;
@@ -559,7 +558,6 @@ oxc_macros::declare_all_lint_rules! {
559558
// import::no_deprecated,
560559
// import::no_unused_modules,
561560
eslint::array_callback_return,
562-
eslint::constructor_super,
563561
eslint::curly,
564562
eslint::default_case,
565563
eslint::default_case_last,

crates/oxc_linter/src/rules/eslint/constructor_super.rs

-76
This file was deleted.

0 commit comments

Comments
 (0)