mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-04 13:26:23 -05:00
34 lines
578 B
JSON
34 lines
578 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"files": {
|
|
"ignore": ["dist", ".next", "examples"]
|
|
},
|
|
"formatter": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"complexity": {
|
|
"useLiteralKeys": "off",
|
|
"noBannedTypes": "off"
|
|
},
|
|
"a11y": {
|
|
"useKeyWithClickEvents": "off",
|
|
"useButtonType": "off",
|
|
"noSvgWithoutTitle": "off"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off"
|
|
},
|
|
"style": {
|
|
"noParameterAssign": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|