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