Skip to content

Commit

Permalink
fix: add format rules
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Feb 21, 2024
1 parent c22bfe5 commit 427f4cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
"files": {
"ignore": ["**/dist/**"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"lineEnding": "lf"
}
},
"linter": {
"enabled": true,
"rules": {
Expand Down

0 comments on commit 427f4cc

Please sign in to comment.