mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 19:42:37 +00:00
5 lines
99 B
JavaScript
Executable File
5 lines
99 B
JavaScript
Executable File
module.exports = {
|
|
extends: ["next/core-web-vitals"],
|
|
ignorePatterns: ["external/**/*.ts"],
|
|
};
|