mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 22:14:59 -05:00
13 lines
205 B
JSON
13 lines
205 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
||
|
|
"linter": {
|
||
|
|
"rules": {
|
||
|
|
"style": {
|
||
|
|
"useImportType": {
|
||
|
|
"level": "warn"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|