Files
sonr/web/auth/biome.json
T
Prad NukalaandGitHub 13e6c3e84d Master (#1262)
* clear

* feat: Add everything

* fix: Commenht
2025-10-03 14:45:52 -04:00

34 lines
666 B
JSON

{
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
"files": {
"includes": ["src/**/*.{js,jsx,ts,tsx}"],
"ignoreUnknown": true
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"enabled": true,
"rules": {
"correctness": {
"noUnusedVariables": "warn"
},
"suspicious": {
"noImplicitAnyLet": "off"
},
"complexity": {
"useOptionalChain": "off"
},
"style": {
"noNonNullAssertion": "warn",
"noParameterAssign": "warn"
},
"a11y": {
"noSvgWithoutTitle": "warn"
}
}
}
}