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