Skip to content

Commit

Permalink
chore: update Biome configuration to ignore certain files
Browse files Browse the repository at this point in the history
  • Loading branch information
amalv committed Feb 25, 2024
1 parent 41d6a43 commit 59af81d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"files": {
"ignore": ["bun.lockb", "*.yml"]
},
"organizeImports": {
"enabled": true
},
Expand Down

1 comment on commit 59af81d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.