mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:33:31 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
module.exports = {
|
|
root: true,
|
|
// TODO: React is not used in the server package
|
|
extends: ["zitadel"],
|
|
};
|