mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-09 11:01:17 +00:00
46 lines
811 B
JSON
46 lines
811 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
|
|
"assist": {
|
|
"actions": {
|
|
"source": {
|
|
"organizeImports": "on",
|
|
"useSortedAttributes": "on",
|
|
"useSortedKeys": "on"
|
|
}
|
|
}
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"includes": [
|
|
"**",
|
|
"!**/dist",
|
|
"!**/lib",
|
|
"!**/node_modules",
|
|
"!**/package*.json",
|
|
"!**/known-checksums.*"
|
|
],
|
|
"maxSize": 2097152
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space"
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "double",
|
|
"trailingCommas": "all"
|
|
}
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"vcs": {
|
|
"clientKind": "git",
|
|
"enabled": true,
|
|
"useIgnoreFile": false
|
|
}
|
|
}
|