actuel-inactuel/site/plugins/loop/biome.json

16 lines
197 B
JSON
Raw Normal View History

{
"overrides": [
{
"include": ["*.svelte", "*.astro", "*.vue"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
}
}
}
}
]
}