mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 21:04:59 -05:00
11 lines
152 B
JSON
11 lines
152 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
||
|
|
"linter": {
|
||
|
|
"rules": {
|
||
|
|
"style": {
|
||
|
|
"useTemplate": "off"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|