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