mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:53:00 +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'],
|
|
};
|