mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 01:52:54 +00:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
|
|
module.exports = {
|
||
|
|
extends: ["next", "turbo", "prettier"],
|
||
|
|
rules: {
|
||
|
|
"@next/next/no-html-link-for-pages": "off",
|
||
|
|
},
|
||
|
|
};
|