haveno-markets/biome.json
2024-07-14 18:56:50 +00:00

24 lines
357 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"useNodejsImportProtocol": "off",
"useConst": "off"
}
}
},
"files": {
"ignore": ["build"]
},
"overrides": [
{
"include": ["*.svelte"]
}
]
}