Skip to content

Commit

Permalink
Merge pull request #360 from YutaGoto/update-biome_json
Browse files Browse the repository at this point in the history
🔧 update biome schema version
  • Loading branch information
YutaGoto authored Jun 26, 2024
2 parents a29b5af + f2ae39a commit ab5b075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tsc": "tsc",
"preview": "vite preview",
"lint": "biome check ./src ./tests && biome lint ./src ./tests",
"format": "biome check --apply-unsafe ./src ./tests && biome format --write ./src ./tests",
"format": "biome check --write ./src ./tests && biome format --write ./src ./tests",
"test": "vitest",
"test:e2e": "playwright test --headed",
"test:e2e:ci": "playwright test"
Expand Down

0 comments on commit ab5b075

Please sign in to comment.