Skip to content

Commit

Permalink
chore: recommended false
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadBazaz committed Sep 29, 2024
1 parent 5d5477c commit 02fb62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_js_analyze/src/lint/nursery/no_secrets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare_lint_rule! {
version: "1.9.0",
name: "noSecrets",
language: "js",
recommended: true,
recommended: false,
sources: &[RuleSource::EslintNoSecrets("no-secrets")],
source_kind: RuleSourceKind::Inspired,
}
Expand Down

0 comments on commit 02fb62d

Please sign in to comment.