Skip to content

Commit

Permalink
Merge pull request #300 from ryoppippi/feature/lint
Browse files Browse the repository at this point in the history
chore: update @ryoppippi/eslint-config and format
  • Loading branch information
ryoppippi authored Aug 23, 2024
2 parents 962c323 + 345ab56 commit a65ff68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@antfu/ni": "^0.22.4",
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config",
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.23",
"@types/bun": "^1.1.6",
"@types/node": "^20.14.15",
"@vue-macros/test-utils": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-typia/src/bun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function taggedTransform(
}

// @ts-expect-error type of this function is not correct
const _transform = (source: Source, id: ID) => transform(source, id);
const _transform = async (source: Source, id: ID) => transform(source, id);

const result = await _transform(source, id);

Expand Down

0 comments on commit a65ff68

Please sign in to comment.