Skip to content

Commit

Permalink
chore: migrate from xo to biome
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jul 1, 2024
1 parent 5d4e747 commit d57805b
Show file tree
Hide file tree
Showing 17 changed files with 1,265 additions and 4,830 deletions.
20 changes: 20 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"files": {
"include": ["src/**/*.ts", "samples/*.js", "test/**/*.ts"]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
}
}
Loading

0 comments on commit d57805b

Please sign in to comment.