Skip to content

Commit 8787f21

Browse files
committed
lint
1 parent dce9b15 commit 8787f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
],
1919
"scripts": {
2020
"lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
21-
"lint": "tsc --noEmit && prettier --check 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
22-
"test": "mocha --exit --recursive 'test/**/*.test.ts' && tsc --noEmit",
21+
"lint": "tsc --noEmit --skipLibCheck && prettier --check 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
22+
"test": "mocha --exit --recursive 'test/**/*.test.ts' && pnpm lint",
2323
"build": "rm -rf dist && tsc",
2424
"watch": "tsc -w",
2525
"prepublishOnly": "pnpm test && pnpm build"

0 commit comments

Comments
 (0)