From 969cff20cb9118159d56f94bfce178476844d891 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Tue, 23 Jan 2024 23:06:26 -0800 Subject: [PATCH] 2 comes after 1, not 7 --- eslint/eslint-patch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/eslint-patch/README.md b/eslint/eslint-patch/README.md index b1556202c0f..f4199a47e51 100644 --- a/eslint/eslint-patch/README.md +++ b/eslint/eslint-patch/README.md @@ -180,7 +180,7 @@ We will continue to maintain this patch as long as it is being widely used, but npm install --save-dev @rushstack/eslint-patch ``` -7. Add a `require()` call to the to top of the **.eslintrc.js** file for each project that depends +2. Add a `require()` call to the to top of the **.eslintrc.js** file for each project that depends on your shareable ESLint config, for example: **.eslintrc.js**