mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 22:42:18 +00:00
5 lines
60 B
JavaScript
5 lines
60 B
JavaScript
|
|
module.exports = {
|
||
|
|
root: true,
|
||
|
|
extends: ["zitadel"],
|
||
|
|
};
|