Skip to content

Commit 7437a86

Browse files
committed
Remove lint action
1 parent e3bac14 commit 7437a86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"scripts": {
3838
"build": "tsc",
3939
"build:clean": "rm *.{js,js.map,d.ts,d.ts.map} 2> /dev/null",
40-
"lint": "prettier --check src",
4140
"format": "prettier --write src",
4241
"test": "cd test; npm run build:install; node test-node.js",
4342
"test:bun": "cd test; npm run build:install; bun test-node.js",

0 commit comments

Comments
 (0)