28 lines
493 B
JSON
28 lines
493 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 4,
|
|
"ignore": ["public/*.js"]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"suspicious": {
|
|
"noExplicitAny": "off"
|
|
}
|
|
},
|
|
"ignore": ["public/*.js"]
|
|
}
|
|
}
|