Skip to content

Commit

Permalink
Move to biome
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Mar 19, 2024
1 parent 559e6e0 commit baf22e4
Show file tree
Hide file tree
Showing 93 changed files with 375 additions and 585 deletions.
7 changes: 7 additions & 0 deletions rome.json → biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"$schema": "https://biomejs.dev/schemas/1.2.2/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignore": ["dist", "node_modules"]
},
Expand All @@ -14,6 +18,9 @@
},
"style": {
"noNonNullAssertion": "off"
},
"complexity": {
"noBannedTypes": "off"
}
}
},
Expand Down
Loading

0 comments on commit baf22e4

Please sign in to comment.