Files
zhilu-admin/frontend/biome.json
Chuck1sn 3cd59337e7 init
2025-05-14 10:16:48 +08:00

35 lines
566 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"ignore": ["api/schema/**", "public"]
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"noNonNullAssertion": "off",
"noUnusedTemplateLiteral": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}