mirror of
https://github.com/YuzuZensai/Termix.git
synced 2026-09-13 10:49:03 +00:00
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
JSON
{
|
|||
|
|
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
|
||
|
|
"vcs": {
|
||
|
|
"enabled": true,
|
||
|
|
"clientKind": "git",
|
||
|
|
"useIgnoreFile": true,
|
||
|
|
"defaultBranch": "dev-2.5.0"
|
||
|
|
},
|
||
|
|
"files": {
|
||
|
|
"ignoreUnknown": true,
|
||
|
|
"includes": [
|
||
|
|
"**",
|
||
|
|
"!!build",
|
||
|
|
"!!coverage",
|
||
|
|
"!!dist",
|
||
|
|
"!!dist-ssr",
|
||
|
|
"!!release",
|
||
|
|
"!!node_modules",
|
||
|
|
"!!src/mcp-server/node_modules",
|
||
|
|
"!!db",
|
||
|
|
"!!.env",
|
||
|
|
"!!**/*.min.js",
|
||
|
|
"!!**/*.min.css",
|
||
|
|
"!!openapi.json"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"formatter": {
|
||
|
|
"enabled": true,
|
||
|
|
"indentStyle": "space",
|
||
|
|
"indentWidth": 2,
|
||
|
|
"lineWidth": 80,
|
||
|
|
"lineEnding": "lf"
|
||
|
|
},
|
||
|
|
"linter": {
|
||
|
|
"enabled": false
|
||
|
|
},
|
||
|
|
"javascript": {
|
||
|
|
"formatter": {
|
||
|
|
"quoteStyle": "double",
|
||
|
|
"semicolons": "always",
|
||
|
|
"trailingCommas": "all",
|
||
|
|
"arrowParentheses": "always"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"json": {
|
||
|
|
"formatter": {
|
||
|
|
"trailingCommas": "none"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"css": {
|
||
|
|
"parser": {
|
||
|
|
"tailwindDirectives": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"assist": {
|
||
|
|
"enabled": false
|
||
|
|
}
|
||
|
|
}
|