Skip to content

Commit 058f7b5

Browse files
authored
docs: fix markdown rule wording (#9470)
1 parent 171b2ee commit 058f7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_js_analyze/src/lint/nursery/no_redundant_default_export.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use rustc_hash::FxHashSet;
1515
declare_lint_rule! {
1616
/// Checks if a default export exports the same symbol as a named export.
1717
///
18-
/// This rule reports new nursery lint rule `useBase when a `default` export references the same identifier as a named export.
18+
/// This rule reports when a `default` export references the same identifier as a named export.
1919
/// Re-exports are out of scope.
2020
///
2121
/// ## Examples

0 commit comments

Comments
 (0)