mirror of
https://github.com/dokploy/dokploy.git
synced 2026-06-14 03:19:49 +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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|