Skip to content

Commit a5d7c67

Browse files
hjioghuangjunjie.coder
and
huangjunjie.coder
authored
1 parent 2602232 commit a5d7c67

File tree

3 files changed

+1067
-0
lines changed

3 files changed

+1067
-0
lines changed

crates/oxc_linter/src/rules.rs

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ mod react {
149149
pub mod jsx_key;
150150
pub mod jsx_no_comment_text_nodes;
151151
pub mod jsx_no_duplicate_props;
152+
pub mod jsx_no_target_blank;
152153
pub mod jsx_no_undef;
153154
pub mod jsx_no_useless_fragment;
154155
pub mod no_children_prop;
@@ -500,6 +501,7 @@ oxc_macros::declare_all_lint_rules! {
500501
unicorn::text_encoding_identifier_case,
501502
unicorn::throw_new_error,
502503
react::button_has_type,
504+
react::jsx_no_target_blank,
503505
react::jsx_key,
504506
react::jsx_no_comment_text_nodes,
505507
react::jsx_no_duplicate_props,

0 commit comments

Comments
 (0)