From d6b1e8b24cbae0768d6482ac73293c2a44f662a1 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Mon, 13 Nov 2023 17:19:40 +0100 Subject: [PATCH] docs: Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 80fe3148e..764010cef 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -59,6 +59,8 @@ Prettier is integrated via an autofixable ESLint rule, therefore it's recommende } ``` +For ESLint to work correctly, you should open individual packages you work on as the workspace root (e.g. `./packages/next-intl`). + Alternatively, you can run ESLint via the command line: ```sh