Skip to content

Commit 854245f

Browse files
committed
add pnpm check script
1 parent ffe8b2c commit 854245f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"./package.json": "./package.json"
2020
},
2121
"scripts": {
22+
"check": "tsc --noEmit",
2223
"build": "rollup -c",
2324
"test": "ava",
2425
"prepare": "npm run build",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export const printers: Record<string, Printer> = {
7878
'svelte-ast': {
7979
print,
8080
embed,
81-
// @ts-expect-error Prettier's type definitions are wrong
8281
getVisitorKeys,
8382
},
8483
};

0 commit comments

Comments
 (0)