Files
zitadel/.eslintrc.cjs
Max Peintner 25d649e908 eslint extend
2025-01-03 13:26:19 +01:00

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