docs: Add new Groups system

This commit is contained in:
Jesse Wierzbinski 2024-04-22 13:55:10 -10:00
parent 9e0969f332
commit e14cc85890
No known key found for this signature in database
6 changed files with 237 additions and 117 deletions

20
biome.json Normal file
View file

@ -0,0 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true,
"ignore": ["node_modules", "dist", "cache"]
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
},
"ignore": ["node_modules", "dist", "cache"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 4,
"ignore": ["node_modules", "dist", "cache"]
}
}