Skip to content

Commit

Permalink
chore: update biome version of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Sep 15, 2024
1 parent 9bf1e4c commit 981581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_js_analyze/src/lint/nursery/no_process_env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare_lint_rule! {
/// ```
///
pub NoProcessEnv {
version: "next",
version: "1.9.1",
name: "noProcessEnv",
language: "js",
sources: &[RuleSource::EslintN("no-process-env")],
Expand Down

0 comments on commit 981581a

Please sign in to comment.