fixed dispatch eslint errors

This commit is contained in:
PxlLoewe
2025-07-10 00:35:34 -07:00
parent eec72a51b8
commit a9a4f1617a
47 changed files with 396 additions and 185 deletions

View File

@@ -29,4 +29,9 @@ export default defineConfig([
},
},
...tseslint.config(js.configs.recommended, tseslint.configs.recommended, eslintConfigPrettier),
{
rules: {
"@typescript-eslint/no-unused-vars": "warn",
},
},
]);

View File

@@ -16,5 +16,6 @@
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}
},
"exclude": ["node_modules", "dist", ".next", "out"]
}