34 lines
641 B
JSON
34 lines
641 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": true,
|
|
"indentStyle": "space"
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"enabled": true,
|
|
"jsxQuoteStyle": "single",
|
|
"semicolons": "asNeeded",
|
|
"quoteStyle": "single",
|
|
"lineWidth": 170
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"all": true,
|
|
"style": {
|
|
"recommended": true,
|
|
"noDefaultExport": "off"
|
|
}
|
|
},
|
|
"ignore": ["node_modules"]
|
|
},
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
}
|
|
}
|