Files
zitadel/.eslintrc.cjs
2025-01-03 13:03:56 +01:00

11 lines
210 B
JavaScript

module.exports = {
root: true,
// This tells ESLint to load the config from the package `@zitadel/eslint-config`
extends: ["zitadel"],
settings: {
next: {
rootDir: ["apps/*/"],
},
},
};