mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 19:22:23 +00:00
11 lines
225 B
JavaScript
11 lines
225 B
JavaScript
module.exports = {
|
|
root: true,
|
|
// This tells ESLint to load the config from the package `@zitadel/eslint-config`
|
|
extends: ["@zitadel/eslint-config"],
|
|
settings: {
|
|
next: {
|
|
rootDir: ["apps/*/"],
|
|
},
|
|
},
|
|
};
|