From d802b48ad8d06f82626269d50d0fd83883811ac0 Mon Sep 17 00:00:00 2001 From: Hugo Martins Date: Thu, 4 Jan 2024 09:30:33 +0000 Subject: [PATCH] chore: update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7f9a3c..880ac86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ the following: - `pre-commit run --all-files` before you commit, each time. -- `prettier --write --prose-wrap always` before each commit, every time. +- `prettier --write --prose-wrap always .` before each commit, every time. `pre-commit install` is the easier way to guarantee the linting is performed before each commit.