mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 08:01:56 -05:00
42 lines
666 B
JSON
42 lines
666 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "tab"
|
|
},
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": false,
|
|
"suspicious": {
|
|
"noImplicitAnyLet": "warn",
|
|
"noDuplicateObjectKeys": "warn"
|
|
},
|
|
"performance": {
|
|
"noDelete": "error"
|
|
},
|
|
"complexity": {
|
|
"noUselessSwitchCase": "warn",
|
|
"noUselessTypeConstraint": "warn"
|
|
}
|
|
}
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
"dist",
|
|
".next",
|
|
".svelte-kit",
|
|
"package.json",
|
|
".contentlayer",
|
|
".turbo",
|
|
".nuxt",
|
|
".source",
|
|
".expo",
|
|
".cache"
|
|
]
|
|
}
|
|
}
|