We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39063ce commit 13dbcc6Copy full SHA for 13dbcc6
crates/oxc_linter/src/rules/eslint/no_redeclare.rs
@@ -52,7 +52,7 @@ declare_oxc_lint!(
52
///
53
/// #### builtinGlobals
54
55
- /// `{ type: bool, default: false }`
+ /// `{ type: bool, default: true }`
56
57
/// When set `true`, it flags redeclaring built-in globals (e.g., `let Object = 1;`).
58
NoRedeclare,
0 commit comments