feat(dashboard): list sources with statistics

This commit is contained in:
2025-11-13 11:25:07 +02:00
parent 8cc40fde67
commit 6503980cbc
24 changed files with 1016 additions and 373 deletions
+4 -1
View File
@@ -58,7 +58,7 @@
"rules": {
"a11y": {
"noSvgWithoutTitle": "off",
"useFocusableInteractive": "warn",
"useFocusableInteractive": "off",
"useSemanticElements": "off",
"useValidAnchor": "off"
},
@@ -67,6 +67,9 @@
"useImportExtensions": "off"
},
"recommended": true,
"security": {
"noDangerouslySetInnerHtml": "off"
},
"style": {
"noNonNullAssertion": "off",
"useImportType": "off"