Skip to content

Commit 24a5a40

Browse files
committed
u
1 parent e737b57 commit 24a5a40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,8 @@ impl AccessorPairs {
202202
}
203203
}
204204

205-
// Report static property accessors
206205
self.report_accessor_issues(&accessors, ctx);
207206

208-
// Check computed properties
209207
self.check_computed_accessors(&computed_accessors, ctx);
210208
}
211209

0 commit comments

Comments
 (0)