mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
fix(linter): missing closing ticks in some example blocks (#4994)
These broken example blocks breaks codegen for the upstream PR in this stack.
This commit is contained in:
parent
a0effab160
commit
7b99386071
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ declare_oxc_lint!(
|
|||
/// import thing from './__mocks__/index';
|
||||
/// require('./__mocks__/index');
|
||||
/// require('__mocks__');
|
||||
///
|
||||
/// ```
|
||||
NoMocksImport,
|
||||
style
|
||||
);
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ declare_oxc_lint!(
|
|||
///
|
||||
/// // ...
|
||||
/// });
|
||||
///
|
||||
/// ```
|
||||
NoRestrictedJestMethods,
|
||||
style,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue