@zitadel/eslint-config
v0.1.1
Published
This package provides the ESLint configuration used by ZITADEL projects. It includes a set of rules and plugins to ensure consistent code quality and style across all ZITADEL codebases.
Readme
ZITADEL ESLint Config
This package provides the ESLint configuration used by ZITADEL projects. It includes a set of rules and plugins to ensure consistent code quality and style across all ZITADEL codebases.
Installation
To install the package, use npm or yarn:
npm install @zitadel/eslint-configor
yarn add @zitadel/eslint-configUsage
To use the ESLint configuration in your project, extend it in your .eslintrc file:
{
"extends": "@zitadel/eslint-config"
}Documentation
For detailed documentation and configuration options, please refer to the ESLint documentation.
Contributing
Contributions are welcome! Please read the contributing guidelines before getting started.
