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