mhsf-dev/biome.json

11 lines
152 B
JSON
Raw Normal View History

2024-09-08 22:34:51 -05:00
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"linter": {
"rules": {
"style": {
"useTemplate": "off"
}
}
}
}