From a371b7cd9fd43b7fd5560b303aae9776e0060779 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Fri, 19 May 2023 08:16:21 +0200 Subject: [PATCH] pnpm --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5bca7c574c..d3a843fa887 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Anyone can be a contributor. Either you found a typo, or you have an awesome fea - The latest changes are always in `main`, so please make your Pull Request against that branch. - Pull Requests should be raised for any change - Pull Requests need approval of an ZITADEL core engineer @zitadel/engineers before merging -- We use ESLint/Prettier for linting/formatting, so please run `npm run lint:fix` before committing to make resolving conflicts easier (VSCode users, check out [this ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [this Prettier extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) to fix lint and formatting issues in development) +- We use ESLint/Prettier for linting/formatting, so please run `pnpm lint:fix` before committing to make resolving conflicts easier (VSCode users, check out [this ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [this Prettier extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) to fix lint and formatting issues in development) - We encourage you to test your changes, and if you have the opportunity, please make those tests part of the Pull Request - If you add new functionality, please provide the corresponding documentation as well and make it part of the Pull Request