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 171b2ee commit 058f7b5Copy full SHA for 058f7b5
crates/biome_js_analyze/src/lint/nursery/no_redundant_default_export.rs
@@ -15,7 +15,7 @@ use rustc_hash::FxHashSet;
15
declare_lint_rule! {
16
/// Checks if a default export exports the same symbol as a named export.
17
///
18
- /// This rule reports new nursery lint rule `useBase when a `default` export references the same identifier as a named export.
+ /// This rule reports when a `default` export references the same identifier as a named export.
19
/// Re-exports are out of scope.
20
21
/// ## Examples
0 commit comments