Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 27, 2024
1 parent 3870c20 commit 6320d90
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 @@ -4,7 +4,7 @@
"enabled": true
},
"linter": {
"ignore": ["node_modules", ".next", "*.json"],
"ignore": ["node_modules", ".next", "*.json", "test", "dist"],
"enabled": true,
"rules": {
"recommended": true,
Expand All @@ -22,6 +22,6 @@
},
"formatter": {
"indentStyle": "space",
"ignore": ["test/resources", "test/snapshots", "*.json", ".next"]
"ignore": ["*.json", ".next", "dist", "test"]
}
}

0 comments on commit 6320d90

Please sign in to comment.