Skip to content

Commit 55a8b62

Browse files
committed
chore: Update ignored files in biome.json
1 parent d67c594 commit 55a8b62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

biome.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"examples/react-app/openapi",
1010
"coverage",
1111
"examples/nextjs-app/openapi",
12-
"examples/nextjs-app/.next"
12+
"examples/nextjs-app/.next",
13+
".vscode"
1314
]
1415
},
1516
"linter": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"scripts": {
3030
"build": "rimraf dist && tsc -p tsconfig.json",
3131
"lint": "biome check .",
32-
"lint:fix": "biome check --apply .",
32+
"lint:fix": "biome check --write .",
3333
"prepublishOnly": "npm run build",
3434
"preview": "npm run build && npm -C examples/react-app run generate:api",
3535
"release": "npx git-ensure -a && npx bumpp --commit --tag --push",

0 commit comments

Comments
 (0)