mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-24 15:59:04 +00:00
eslint extend
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
// This tells ESLint to load the config from the package `@zitadel/eslint-config`
|
||||
extends: ["zitadel"],
|
||||
extends: ["@zitadel/eslint-config"],
|
||||
settings: {
|
||||
next: {
|
||||
rootDir: ["apps/*/"],
|
||||
|
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ["zitadel"],
|
||||
extends: ["@zitadel/eslint-config"],
|
||||
};
|
||||
|
Reference in New Issue
Block a user