From 52da8623364e47a627756dff5abfd337679b3578 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Mon, 27 May 2024 16:46:07 +0200 Subject: [PATCH] Add line in documentation --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8a1137e834..8b6ded82427 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,8 @@ yarn build yarn lint ``` +There is also a pre-commit configuration set up with [husky](https://typicode.github.io/husky/) and [lint-staged](https://github.com/lint-staged/lint-staged). + ## Tests ```sh