Skip to content

Commit 1706e25

Browse files
committed
docs(linter): Add configuration option docs for eslint/no-extend-native rule.
This was just missing the config definition in the macro.
1 parent a8e5181 commit 1706e25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ declare_oxc_lint!(
7272
NoExtraBooleanCast,
7373
eslint,
7474
correctness,
75-
conditional_fix_or_conditional_suggestion
75+
conditional_fix_or_conditional_suggestion,
76+
config = NoExtraBooleanCast,
7677
);
7778

7879
impl Rule for NoExtraBooleanCast {

0 commit comments

Comments
 (0)