mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:02:23 +00:00
8 lines
163 B
JavaScript
Executable File
8 lines
163 B
JavaScript
Executable File
module.exports = {
|
|
extends: ["next/core-web-vitals"],
|
|
ignorePatterns: ["external/**/*.ts"],
|
|
rules: {
|
|
"@next/next/no-html-link-for-pages": "off",
|
|
},
|
|
};
|