Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Feb 10, 2025
1 parent 64a2cc0 commit b6e3c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/markdown/shiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ body > div {
* Requires adding `twoslash` to the code block explicitly to run twoslash
* @default true
*/
explicitTrigger?: boolean | RegExp
explicitTrigger?: RegExp | boolean

/**
* twoslash options
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/plugins/markdown/shiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ body > div {
* 是否需要显式地将 `twoslash` 添加到代码块中以运行 twoslash
* @default true
*/
explicitTrigger?: boolean | RegExp
explicitTrigger?: RegExp | boolean

/**
* twoslash 配置
Expand Down

0 comments on commit b6e3c4c

Please sign in to comment.