1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-19 22:21:28 +02:00

feat: Add website (#1157)

Co-authored-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
Thomas Camlong 2025-04-16 16:18:20 +02:00 committed by GitHub
parent f46843795d
commit bfe293f090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 13563 additions and 1269 deletions

32
web/biome.json Normal file
View file

@ -0,0 +1,32 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,
"ignore": ["src/components/ui/**"]
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"lineWidth": 140,
"semicolons": "asNeeded",
"quoteStyle": "double"
}
}
}