Skip to content

Commit df5468d

Browse files
committed
docs: correct stylistic plugin name
1 parent beeb7bb commit df5468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_analyze/src/rule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ impl std::fmt::Display for RuleSource {
196196
}
197197
Self::EslintSolid(_) => write!(f, "eslint-plugin-solid"),
198198
Self::EslintSonarJs(_) => write!(f, "eslint-plugin-sonarjs"),
199-
Self::EslintStylistic(_) => write!(f, "eslint-plugin-stylistic"),
199+
Self::EslintStylistic(_) => write!(f, "@stylistic/eslint-plugin"),
200200
Self::EslintTypeScript(_) => write!(f, "typescript-eslint"),
201201
Self::EslintUnicorn(_) => write!(f, "eslint-plugin-unicorn"),
202202
Self::EslintUnusedImports(_) => write!(f, "eslint-plugin-unused-imports"),

0 commit comments

Comments
 (0)