This commit is contained in:
peintnermax
2024-08-12 09:48:15 +02:00
parent fc0b59bb76
commit d4e2aad86f
6 changed files with 0 additions and 0 deletions

10
.eslintrc.cjs Normal file
View File

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