31 lines
577 B
JSON
31 lines
577 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"style": {
|
|
"useTemplate": "warn",
|
|
"noNonNullAssertion": "warn"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"lineWidth": 72,
|
|
"indentStyle": "space",
|
|
"formatWithErrors": true,
|
|
"indentWidth": 2
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"semicolons": "always"
|
|
}
|
|
}
|
|
}
|