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

Format codebase

This commit is contained in:
Thomas Camlong 2025-04-17 15:12:28 +02:00
parent 5be07bbfb8
commit 16d6e34c3f
No known key found for this signature in database
GPG key ID: A678F374F428457B
15 changed files with 743 additions and 1001 deletions

View file

@ -19,7 +19,10 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"suspicious": {
"noArrayIndexKey": "off"
}
}
},
"javascript": {