This commit is contained in:
kacper 2026-03-12 09:25:15 -04:00
parent b7614eb3f8
commit db4ce8b14f
22 changed files with 3557 additions and 823 deletions

View file

@ -18,6 +18,9 @@
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"useGenericFontNames": "off"
},
"correctness": {
"noUnusedVariables": "error",
"noUnusedImports": "error",