mhsf-dev/biome.json

13 lines
205 B
JSON
Raw Permalink Normal View History

2025-03-26 23:58:46 -05:00
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"rules": {
"style": {
"useImportType": {
"level": "warn"
}
}
}
}
}