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 beeb7bb commit df5468dCopy full SHA for df5468d
crates/biome_analyze/src/rule.rs
@@ -196,7 +196,7 @@ impl std::fmt::Display for RuleSource {
196
}
197
Self::EslintSolid(_) => write!(f, "eslint-plugin-solid"),
198
Self::EslintSonarJs(_) => write!(f, "eslint-plugin-sonarjs"),
199
- Self::EslintStylistic(_) => write!(f, "eslint-plugin-stylistic"),
+ Self::EslintStylistic(_) => write!(f, "@stylistic/eslint-plugin"),
200
Self::EslintTypeScript(_) => write!(f, "typescript-eslint"),
201
Self::EslintUnicorn(_) => write!(f, "eslint-plugin-unicorn"),
202
Self::EslintUnusedImports(_) => write!(f, "eslint-plugin-unused-imports"),
0 commit comments