This commit is contained in:
Max Peintner
2024-11-22 11:32:14 +01:00
parent fe615a220a
commit ee993afbc9

View File

@@ -1,5 +1,5 @@
module.exports = { module.exports = {
extends: ["next/core-web-vitals"], extends: ["next/babel", "next/core-web-vitals"],
ignorePatterns: ["external/**/*.ts"], ignorePatterns: ["external/**/*.ts"],
rules: { rules: {
"@next/next/no-html-link-for-pages": "off", "@next/next/no-html-link-for-pages": "off",