🔧 chore: add typecheck/lint/format tooling

This commit is contained in:
2026-07-12 18:18:17 +07:00
parent 90b698ad68
commit 7323a3c79c
4 changed files with 81 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
"javascript": {
"formatter": {
"semicolons": "always"
@@ -8,7 +8,7 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"preset": "recommended"
}
},
"formatter": {