Skip to content

Commit

Permalink
chore: update ignore patterns in biome.json to include coverage direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
jxnnyo committed Nov 8, 2024
1 parent eed88ad commit 9c87bbe
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,25 @@
"lineWidth": 80,
"lineEnding": "lf",
"attributePosition": "auto",
"ignore": [".changeset", ".husky", "node_modules", "build", "dist"]
"ignore": [
".changeset",
".husky",
"coverage",
"node_modules",
"build",
"dist"
]
},
"organizeImports": {
"enabled": true,
"ignore": [".changeset", ".husky", "node_modules", "build", "dist"]
"ignore": [
".changeset",
".husky",
"coverage",
"node_modules",
"build",
"dist"
]
},
"linter": {
"enabled": true,
Expand Down Expand Up @@ -42,7 +56,14 @@
"recommended": true
}
},
"ignore": [".changeset", ".husky", "node_modules", "build", "dist"]
"ignore": [
".changeset",
".husky",
"coverage",
"node_modules",
"build",
"dist"
]
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit 9c87bbe

Please sign in to comment.