mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
26 lines
449 B
JSON
26 lines
449 B
JSON
{
|
|
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"includes": [
|
|
"**",
|
|
"!**/.next",
|
|
"!**/dist",
|
|
"!**/.turbo",
|
|
"!**/dev-dist",
|
|
"!**/.zed",
|
|
"!**/.vscode",
|
|
"!**/routeTree.gen.ts",
|
|
"!**/src-tauri",
|
|
"!**/.nuxt",
|
|
"!bts.jsonc",
|
|
"!**/.expo",
|
|
"!**/.wrangler",
|
|
"!**/.alchemy",
|
|
"!**/wrangler.jsonc",
|
|
"!**/.source"
|
|
]
|
|
},
|
|
"extends": ["ultracite"]
|
|
}
|