Files
zitadel/.eslintrc.cjs
peintnermax d4e2aad86f cjs
2024-08-12 09:48:15 +02:00

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/*/"],
},
},
};