2026-05-18 07:23:22 +07:00
|
|
|
{
|
2026-05-18 07:29:01 +07:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
|
|
|
|
|
"assist": {
|
|
|
|
|
"actions": {
|
|
|
|
|
"source": {
|
|
|
|
|
"organizeImports": "on"
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-05-18 07:23:22 +07:00
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true,
|
|
|
|
|
"style": {
|
|
|
|
|
"noNonNullAssertion": "off"
|
|
|
|
|
},
|
|
|
|
|
"suspicious": {
|
|
|
|
|
"noExplicitAny": "off"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"formatWithErrors": false,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
2026-05-18 07:29:01 +07:00
|
|
|
"lineWidth": 100
|
2026-05-18 07:23:22 +07:00
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
2026-05-18 07:29:01 +07:00
|
|
|
"quoteStyle": "single",
|
|
|
|
|
"semicolons": "always"
|
2026-05-18 07:23:22 +07:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|