Skip to content

Commit

Permalink
fix(docs): more snippets to fix /2
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 4, 2024
1 parent 5604cbb commit 105f628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare_rule! {
/// }
/// ```
///
/// ```ts,expect_diagnostic
/// ```ts,expect_diagnostic,ignore
/// class A {
/// fooA(s: string): void;
/// fooA(n: number): void;
Expand Down Expand Up @@ -66,7 +66,7 @@ declare_rule! {
/// };
/// ```
///
/// ```js
/// ```ts
/// interface Foo {
/// foo_interface(s: string): void;
/// foo_interface(n: number): void;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare_rule! {
///
/// ### Invalid
///
/// ```js,expect_diagnostic
/// ```js,expect_diagnostic,ignore
/// import "./foo";
/// ```
/// ```js,expect_diagnostic
Expand Down

0 comments on commit 105f628

Please sign in to comment.