Skip to content

Commit 1fbdff5

Browse files
fix: next namespace (#8142)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 803a44a commit 1fbdff5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

crates/biome_analyze/src/rule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ impl RuleSource {
314314
Self::EslintJsxA11y(rule_name) => format!("jsx-a11y/{rule_name}"),
315315
Self::EslintMysticatea(rule_name) => format!("@mysticatea/{rule_name}"),
316316
Self::EslintN(rule_name) => format!("n/{rule_name}"),
317-
Self::EslintNext(rule_name) => format!("@next/{rule_name}"),
317+
Self::EslintNext(rule_name) => format!("@next/next/{rule_name}"),
318318
Self::EslintNoSecrets(rule_name) => format!("no-secrets/{rule_name}"),
319319
Self::EslintPackageJson(rule_name) => format!("package-json/{rule_name}"),
320320
Self::EslintPackageJsonDependencies(rule_name) => {

crates/biome_cli/src/execute/migrate/eslint_any_rule_to_biome.rs

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)