Skip to content

Commit 4f1133d

Browse files
committed
fix lint rule docs
1 parent 62f6a20 commit 4f1133d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ declare_lint_rule! {
9494
///
9595
/// **`qux.ts`**
9696
/// ```ts,file=qux.ts
97-
/// // import type { Foo } from "./types.ts";
98-
/// import { Foo } from "./types.ts";
97+
/// import type { Foo } from "./types.ts";
9998
///
10099
/// export function bar(foo: Foo) {
101100
/// console.log(foo);

0 commit comments

Comments
 (0)