Skip to content

Commit

Permalink
Clean up biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed May 2, 2024
1 parent ce2ee26 commit c2c0a57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignore": ["**/node_modules/**", "**/dist/**", "**/coverage/**"]
},
"linter": {
"enabled": true,
"rules": {
Expand Down

0 comments on commit c2c0a57

Please sign in to comment.