Skip to content

Commit

Permalink
chore: Update ignored files in biome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe committed Sep 16, 2024
1 parent d67c594 commit 55a8b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"examples/react-app/openapi",
"coverage",
"examples/nextjs-app/openapi",
"examples/nextjs-app/.next"
"examples/nextjs-app/.next",
".vscode"
]
},
"linter": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 55a8b62

Please sign in to comment.