fix app build eslint issues

This commit is contained in:
Schneider Roland
2025-05-23 20:14:36 +02:00
parent 7a3cf063ed
commit 0be0070568
2 changed files with 11 additions and 7 deletions

View File

@@ -16,9 +16,9 @@ const eslintConfig = [
"next/core-web-vitals",
"next/typescript",
],
// rules: {
// "@typescript-eslint/no-explicit-any": "off"
// },
rules: {
"@typescript-eslint/no-explicit-any": "off"
},
}
),
@@ -32,6 +32,6 @@ const eslintConfig = [
// }
];
console.info("eslint config",eslintConfig)
// console.info("eslint config",eslintConfig)
export default eslintConfig;