mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
35 lines
604 B
JSON
35 lines
604 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"nursery": {
|
|
"useSortedClasses": "info"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 100,
|
|
"useEditorconfig": true
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
"node_modules",
|
|
".git",
|
|
"dist"
|
|
]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"semicolons": "asNeeded"
|
|
}
|
|
}
|
|
}
|