From 55a8b6281cf863d2094f92dfc3eb104fc3869dee Mon Sep 17 00:00:00 2001 From: Urata Daiki <7nohe@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:35:15 +0900 Subject: [PATCH] chore: Update ignored files in biome.json --- biome.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",