Skip to content

Commit

Permalink
fix: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
argilzar committed Oct 8, 2024
1 parent 96d5753 commit d9aed3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"ignore": ["./dist", "./node_modules"]
"ignore": ["./dist", "./node_modules", "./idea"]
},
"formatter": {
"enabled": true,
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,5 @@
"overrides": {
"@sinclair/typebox": "^0.33.7"
},
"trustedDependencies": [
"@biomejs/biome"
]
"trustedDependencies": ["@biomejs/biome"]
}

0 comments on commit d9aed3a

Please sign in to comment.