Skip to content

Commit

Permalink
refactor: switch to biome and vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Oct 13, 2024
1 parent e571dae commit 3b13ae8
Show file tree
Hide file tree
Showing 40 changed files with 5,332 additions and 13,278 deletions.
27 changes: 27 additions & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"vcs": {
"enabled": true,
"clientKind": "git"
},
"formatter": {
"indentStyle": "space",
"lineWidth": 100
},
"javascript": {
"formatter": {
"arrowParentheses": "asNeeded",
"quoteStyle": "single"
}
},
"linter": {
"rules": {
"complexity": {
"noForEach": "off"
},
"style": {
"noNonNullAssertion": "off"
}
}
}
}
Loading

0 comments on commit 3b13ae8

Please sign in to comment.