Skip to content

Commit

Permalink
chore: fix biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok1 committed Feb 1, 2024
1 parent ac5e8d1 commit 7604947
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
},
"formatter": {
"enabled": true,
"indentSize": 2,
"indentWidth": 2,
"indentStyle": "space"
},
"files": {
"ignore": [
"node_modules/**/*",
".output/**/*",
".nuxt/**/*"
]
}
}

0 comments on commit 7604947

Please sign in to comment.