chore: monorepo

This commit is contained in:
2023-12-25 14:28:39 +07:00
parent a6da07cd3f
commit 227c2ddefa
374 changed files with 19966 additions and 12758 deletions

21
biome.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "https://biomejs.dev/schemas/1.4.1/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"noNonNullAssertion": "warn"
},
"correctness": {
"useExhaustiveDependencies": "warn"
},
"a11y": {
"noSvgWithoutTitle": "off"
}
}
}
}