From cca288b73a39fa0932a57c02a7a88de68fc971fc Mon Sep 17 00:00:00 2001 From: Paul Ebose <49006567+plbstl@users.noreply.github.com> Date: Mon, 22 Jul 2024 02:39:43 +0100 Subject: [PATCH] [readme] fix typo in shareable config section in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70916e27..b0ea032d 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ export default [ ]; ``` -**Note**: Our shareable config do configure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects). +**Note**: Our shareable configs do NOT configure `files` or [`languageOptions.globals`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new#configuration-objects). For most of the cases, you probably want to configure some of these properties yourself. ```js