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 cc303c2 commit 513b0c7Copy full SHA for 513b0c7
crates/oxc_linter/src/generated/rule_runner_impls.rs
@@ -1422,6 +1422,7 @@ impl RuleRunner for crate::rules::node::no_new_require::NoNewRequire {
1422
1423
impl RuleRunner for crate::rules::node::no_process_env::NoProcessEnv {
1424
const NODE_TYPES: Option<&AstTypesBitset> = None;
1425
+ const RUN_FUNCTIONS: RuleRunFunctionsImplemented = RuleRunFunctionsImplemented::Run;
1426
}
1427
1428
impl RuleRunner for crate::rules::oxc::approx_constant::ApproxConstant {
0 commit comments