Skip to content

Commit

Permalink
fix(linter): missing closing ticks in some example blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac committed Aug 19, 2024
1 parent 3bb7072 commit 6ac6f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/jest/no_mocks_import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ declare_oxc_lint!(
/// import thing from './__mocks__/index';
/// require('./__mocks__/index');
/// require('__mocks__');
///
/// ```
NoMocksImport,
style
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ declare_oxc_lint!(
///
/// // ...
/// });
///
/// ```
NoRestrictedJestMethods,
style,
);
Expand Down

0 comments on commit 6ac6f1b

Please sign in to comment.