mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
16 lines
232 B
JSON
16 lines
232 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"a11y":{
|
|
"noSvgWithoutTitle":"off"
|
|
}
|
|
}
|
|
}
|
|
}
|