Files
fuwari/biome.json
二叉树树 bb4aacb07b style: biome
优化访客统计动画逻辑
2026-01-01 21:39:51 +08:00

51 lines
777 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": [
"src/**/*.css",
"public/**/*",
".astro/**/*",
"src/content/.obsidian/**/*",
"dist/**/*",
"node_modules/**/*"
]
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
},
"overrides": [
{
"include": ["*.svelte", "*.astro", "*.vue"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
}
}
}
}
]
}