Files
DefectingCat.github.io/biome.json
2025-05-19 19:25:34 +08:00

52 lines
1.2 KiB
JSON

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
"files": {
"ignoreUnknown": true,
"ignore": [
"**/node_modules",
"**/out",
"**/.next",
"**/public",
"**/.git",
"**/public/libs",
"**/public/models"
]
},
"formatter": {
"enabled": true,
"useEditorconfig": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto",
"bracketSpacing": true,
"ignore": [
"**/node_modules",
"**/out",
"**/.next",
"**/public",
"**/.git",
"**/public/libs",
"**/public/models"
]
},
"organizeImports": { "enabled": true },
"linter": { "enabled": true, "rules": { "recommended": false } },
"javascript": {
"formatter": {
"jsxQuoteStyle": "double",
"quoteProperties": "asNeeded",
"trailingCommas": "all",
"semicolons": "always",
"arrowParentheses": "always",
"bracketSameLine": false,
"quoteStyle": "single",
"attributePosition": "auto",
"bracketSpacing": true
}
}
}