mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 17:44:59 -05:00
19 lines
356 B
JSON
19 lines
356 B
JSON
|
|
{
|
||
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
||
|
|
"linter": {
|
||
|
|
"rules": {
|
||
|
|
"style": {
|
||
|
|
"useTemplate": "off",
|
||
|
|
"useImportType": "warn"
|
||
|
|
},
|
||
|
|
"suspicious": {
|
||
|
|
"noExplicitAny": "off",
|
||
|
|
"noDoubleEquals": "warn"
|
||
|
|
},
|
||
|
|
"complexity": {
|
||
|
|
"noForEach": "off"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|