Skip to content

Commit

Permalink
style: replace ts-standard with biomejs
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed Aug 6, 2024
1 parent a5b779a commit 88075dc
Show file tree
Hide file tree
Showing 22 changed files with 9,322 additions and 19,491 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ web_modules/
# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
Expand Down
15 changes: 15 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noForEach": "off"
}
}
}
}
Loading

0 comments on commit 88075dc

Please sign in to comment.