diff --git a/biome.json b/biome.json index b18a81f..790d0cd 100644 --- a/biome.json +++ b/biome.json @@ -9,7 +9,8 @@ "examples/react-app/openapi", "coverage", "examples/nextjs-app/openapi", - "examples/nextjs-app/.next" + "examples/nextjs-app/.next", + ".vscode" ] }, "linter": { diff --git a/package.json b/package.json index 0e310cf..b8c2227 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "scripts": { "build": "rimraf dist && tsc -p tsconfig.json", "lint": "biome check .", - "lint:fix": "biome check --apply .", + "lint:fix": "biome check --write .", "prepublishOnly": "npm run build", "preview": "npm run build && npm -C examples/react-app run generate:api", "release": "npx git-ensure -a && npx bumpp --commit --tag --push",