yes
Some checks failed
Code quality checks / biome (push) Failing after 8s

This commit is contained in:
creations 2025-05-23 20:28:49 -04:00
parent 2552d305da
commit b998e2a5ee
Signed by: creations
GPG key ID: 8F553AA4320FC711
11 changed files with 56 additions and 25 deletions

View file

@ -28,7 +28,8 @@
"rules": {
"recommended": true,
"correctness": {
"noUnusedImports": "error"
"noUnusedImports": "error",
"useJsxKeyInIterable": "off"
}
}
},