We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bac14 commit 7437a86Copy full SHA for 7437a86
package.json
@@ -37,7 +37,6 @@
37
"scripts": {
38
"build": "tsc",
39
"build:clean": "rm *.{js,js.map,d.ts,d.ts.map} 2> /dev/null",
40
- "lint": "prettier --check src",
41
"format": "prettier --write src",
42
"test": "cd test; npm run build:install; node test-node.js",
43
"test:bun": "cd test; npm run build:install; bun test-node.js",
0 commit comments