Files
zitadel/.eslintrc.cjs

11 lines
209 B
JavaScript
Raw Normal View History

2023-04-03 11:45:27 +02:00
module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-zitadel`
extends: ["zitadel"],
settings: {
next: {
rootDir: ["apps/*/"],
},
},
};