This commit is contained in:
iwrs
2026-03-25 11:04:49 +08:00
parent d9c5c9f846
commit 4d928479f6
79 changed files with 9424 additions and 1 deletions

26
biome.json Normal file
View File

@@ -0,0 +1,26 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"formatter": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"noNonNullAssertion": "off"
},
"suspicious": {
"noUnknownAtRules": "off"
}
}
},
"css": {
"parser": {
"tailwindDirectives": true
}
}
}