mirror of
https://github.com/YuzuZensai/Test-IP.git
synced 2026-07-21 15:19:28 +00:00
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
|
|
"javascript": {
|
|
"formatter": {
|
|
"semicolons": "always"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 4,
|
|
"lineWidth": 100
|
|
}
|
|
}
|