Add eslint

This commit is contained in:
2025-08-20 23:40:00 +02:00
parent cc544322b2
commit 16956d12f4
31 changed files with 1214 additions and 913 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// @ts-expect-error
// @ts-expect-error has no types
import VueMatomo from 'vue-matomo';
export default defineNuxtPlugin((nuxtApp) => {
@@ -38,6 +38,6 @@ export default defineNuxtPlugin((nuxtApp) => {
declare global {
interface Window {
_paq?: any[];
_paq?: unknown[];
}
}