feat(dashboard): setting up layout

This commit is contained in:
2025-11-12 16:51:59 +02:00
parent b8b2a15ee9
commit a3f46b6b38
61 changed files with 2957 additions and 123 deletions
+6 -2
View File
@@ -57,7 +57,10 @@
"enabled": true,
"rules": {
"a11y": {
"useSemanticElements": "off"
"noSvgWithoutTitle": "off",
"useFocusableInteractive": "warn",
"useSemanticElements": "off",
"useValidAnchor": "off"
},
"correctness": {
"noUnusedImports": "on",
@@ -69,7 +72,8 @@
"useImportType": "off"
},
"suspicious": {
"noArrayIndexKey": "off"
"noArrayIndexKey": "off",
"noDocumentCookie": "off"
}
}
},