34 lines
643 B
JSON
34 lines
643 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"suspicious": {
|
|
"noConsoleLog": "off",
|
|
"noExplicitAny": "warn"
|
|
},
|
|
"style": {
|
|
"noUnusedTemplateLiteral": "off",
|
|
"useImportType": "off"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 80
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"trailingComma": "all",
|
|
"semicolons": "always"
|
|
}
|
|
}
|
|
}
|