mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
17 lines
362 B
JSON
17 lines
362 B
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"linter":{
|
|
"rules": {
|
|
"correctness":{
|
|
"useExhaustiveDependencies": "off"
|
|
},
|
|
"suspicious":{
|
|
"noArrayIndexKey": "off"
|
|
},
|
|
"a11y":{
|
|
"noSvgWithoutTitle":"off"
|
|
}
|
|
}
|
|
}
|
|
|
|
} |