mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
15 lines
No EOL
223 B
JSON
15 lines
No EOL
223 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.2.2/schema.json",
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": false
|
|
}
|
|
} |