haveno-markets/biome.json

25 lines
357 B
JSON
Raw Normal View History

2024-07-14 14:50:03 +00:00
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"useNodejsImportProtocol": "off",
"useConst": "off"
}
}
},
2024-07-14 18:56:50 +00:00
"files": {
"ignore": ["build"]
},
2024-07-14 14:50:03 +00:00
"overrides": [
{
"include": ["*.svelte"]
}
]
}