Skip to content

Commit 88075dc

Browse files
committed
style: replace ts-standard with biomejs
1 parent a5b779a commit 88075dc

22 files changed

+9322
-19491
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ web_modules/
4444
# Optional npm cache directory
4545
.npm
4646

47-
# Optional eslint cache
48-
.eslintcache
49-
5047
# Microbundle cache
5148
.rpt2_cache/
5249
.rts2_cache_cjs/

biome.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3+
"organizeImports": {
4+
"enabled": true
5+
},
6+
"linter": {
7+
"enabled": true,
8+
"rules": {
9+
"recommended": true,
10+
"complexity": {
11+
"noForEach": "off"
12+
}
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)