Skip to content

Commit

Permalink
tweak: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pei-pay committed Apr 14, 2024
1 parent 9d59b6d commit 6258b99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/.vitepress/plugins/markdownTransform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export async function getFunctionMarkdown(pkg: string, name: string) {
const URL = `${GITHUB_BLOB_URL}/${pkg}/${name}`

const dirname = join(DIR_SRC, pkg, name)
console.log("🚀 ~ getFunctionMarkdown ~ dirname:", dirname)
const demoPath = ['demo.vue'].find(i => fs.existsSync(join(dirname, i)))

const links = ([
Expand Down
2 changes: 1 addition & 1 deletion packages/ja/shared/watchIgnorable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ alias: ignorableWatch

<!-- TODO: write how to make in ja -->

これはテストテキストです
これはテストテキストです
2 changes: 1 addition & 1 deletion packages/shared/watchIgnorable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ alias: ignorableWatch

<!-- TODO: write how to make -->

This is a test text
This is a test text

0 comments on commit 6258b99

Please sign in to comment.