This package provides the Prettier configuration used by ZITADEL projects. It includes a set of formatting rules to ensure consistent code style across all ZITADEL codebases.
To install the package, use npm or yarn:
npm install @zitadel/prettier-config
or
yarn add @zitadel/prettier-config
To use the Prettier configuration in your project, extend it in your prettier.config.js
file:
module.exports = {
...require("@zitadel/prettier-config"),
// Add your custom configurations here
};
For detailed documentation and configuration options, please refer to the Prettier documentation.
Contributions are welcome! Please read the contributing guidelines before getting started.