From 60eb47fae52cc9f4b93a03c21ebef716271e9a34 Mon Sep 17 00:00:00 2001 From: Adrian Mucha Date: Mon, 27 May 2024 15:34:59 +0200 Subject: [PATCH] Update .github/CONTRIBUTING.md Co-authored-by: Konrad Bosak --- .github/CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a2f95e403..89ea6ebf7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,6 +48,12 @@ npm run build -- --watch npm run test -- --watch ``` +#### Fixing lint issues automatically + +```sh +npm run lint:code -- --fix +``` + #### Making changes to the documentation website (docusaurus) The local version of docs will use the locally built version of uniforms, so make sure to run the build in watch mode for live changes.