feat: integrate Panda CSS with biome overrides and dependencies

This commit is contained in:
2026-02-02 17:45:10 -06:00
parent e343a1e252
commit c87ee5ea01
12 changed files with 518 additions and 18 deletions

View File

@@ -46,5 +46,22 @@
"indentStyle": "space",
"indentWidth": 2
}
}
},
"overrides": [
{
"includes": ["**/*.svelte", "**/*.astro", "**/*.vue"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
},
"correctness": {
"noUnusedVariables": "off",
"noUnusedImports": "off"
}
}
}
}
]
}