mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 00:31:36 +00:00
52 lines
1.2 KiB
JSON
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
|
|
}
|
|
}
|
|
}
|