Skip to content

Commit

Permalink
feat: add old prettier ignores back
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 10, 2024
1 parent 373d348 commit 3c6a72f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"organizeImports": {
"enabled": true
},

"files": {
"ignore": ["dist/**", "node_modules/**", "bun.lockb"]
"ignore": ["package.json", "bun.lockb", "*.md"]
},

"formatter": {
Expand Down

0 comments on commit 3c6a72f

Please # to comment.