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 052b25a commit 6bf692bCopy full SHA for 6bf692b
package.json
@@ -5,7 +5,8 @@
5
"type": "module",
6
"scripts": {
7
"build": "tsup-node lib/index.ts --dts --format esm",
8
- "format": "biome format --write ."
+ "format": "biome format --write .",
9
+ "format:check": "biome format ."
10
},
11
"devDependencies": {
12
"@biomejs/biome": "^1.9.4",
0 commit comments