mirror of
https://github.com/hex248/tsos.git
synced 2026-02-07 10:17:15 +00:00
28 lines
547 B
JSON
28 lines
547 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "space",
|
|
"indentWidth": 4,
|
|
"lineWidth": 110
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"css": {
|
|
"parser": {
|
|
"cssModules": true
|
|
}
|
|
},
|
|
"files": {
|
|
"ignore": ["dist", "node_modules"]
|
|
}
|
|
}
|