Skip to content

Commit 13dbcc6

Browse files
committed
docs(linter): correct docs for default config for no-redeclare (#10995)
1 parent 39063ce commit 13dbcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ declare_oxc_lint!(
5252
///
5353
/// #### builtinGlobals
5454
///
55-
/// `{ type: bool, default: false }`
55+
/// `{ type: bool, default: true }`
5656
///
5757
/// When set `true`, it flags redeclaring built-in globals (e.g., `let Object = 1;`).
5858
NoRedeclare,

0 commit comments

Comments
 (0)