Files
zitadel/.eslintrc.js
Max Peintner c1c9ccbf03 initial setup
2023-04-03 11:45:27 +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/*/"],
},
},
};