Skip to content

Commit ed2a694

Browse files
committed
feat(linter): implement no-implicit-globals
1 parent dc6c4ce commit ed2a694

5 files changed

Lines changed: 1715 additions & 1 deletion

File tree

crates/oxc_linter/src/generated/rule_runner_impls.rs

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/generated/rules_enum.rs

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/rules.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ pub(crate) mod eslint {
113113
pub mod no_func_assign;
114114
pub mod no_global_assign;
115115
pub mod no_implicit_coercion;
116+
pub mod no_implicit_globals;
116117
pub mod no_import_assign;
117118
pub mod no_inline_comments;
118119
pub mod no_inner_declarations;

0 commit comments

Comments
 (0)