mirror of
https://gitea.gf4.pw/gf4/haveno-markets.git
synced 2024-11-23 02:27:38 -07:00
22 lines
319 B
JSON
22 lines
319 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"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"overrides": [
|
||
|
{
|
||
|
"include": ["*.svelte"]
|
||
|
}
|
||
|
]
|
||
|
}
|