Files
dpu-food-scanner/biome.json
2025-11-21 00:58:30 +01:00

20 lines
342 B
JSON

{
"overrides": [
{
"includes": ["**/*.astro"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
},
"correctness": {
"noUnusedVariables": "off",
"noUnusedImports": "off"
}
}
}
}
]
}