We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67c594 commit 55a8b62Copy full SHA for 55a8b62
biome.json
@@ -9,7 +9,8 @@
9
"examples/react-app/openapi",
10
"coverage",
11
"examples/nextjs-app/openapi",
12
- "examples/nextjs-app/.next"
+ "examples/nextjs-app/.next",
13
+ ".vscode"
14
]
15
},
16
"linter": {
package.json
@@ -29,7 +29,7 @@
29
"scripts": {
30
"build": "rimraf dist && tsc -p tsconfig.json",
31
"lint": "biome check .",
32
- "lint:fix": "biome check --apply .",
+ "lint:fix": "biome check --write .",
33
"prepublishOnly": "npm run build",
34
"preview": "npm run build && npm -C examples/react-app run generate:api",
35
"release": "npx git-ensure -a && npx bumpp --commit --tag --push",
0 commit comments