feat: temparily save
This commit is contained in:
44
biome.jsonc
Normal file
44
biome.jsonc
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
||||
"extends": [
|
||||
"ultracite"
|
||||
],
|
||||
"javascript": {
|
||||
"globals": [
|
||||
"Liveblocks"
|
||||
]
|
||||
},
|
||||
"linter": {
|
||||
"rules": {
|
||||
"style": {
|
||||
"noNonNullAssertion": "off"
|
||||
},
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off"
|
||||
},
|
||||
"a11y": {
|
||||
"noSvgWithoutTitle": "off"
|
||||
},
|
||||
"complexity": {
|
||||
"noBannedTypes": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"noUnusedImports": {
|
||||
"fix": "none",
|
||||
"level": "warn"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"ignore": [
|
||||
"packages/design-system/components/ui/**",
|
||||
"packages/design-system/lib/**",
|
||||
"packages/design-system/hooks/**",
|
||||
"packages/collaboration/config.ts",
|
||||
"apps/docs/**/*.json",
|
||||
"apps/email/.react-email/**",
|
||||
".vscode/*.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user