From b3888f87cd83fa5c697ee8acfebf998271eecc2a Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Tue, 23 Apr 2024 08:02:29 +0200 Subject: [PATCH] Fix link in readme (#2322) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 61ce3c5dd7..c84e1aa3ad 100644 --- a/readme.md +++ b/readme.md @@ -103,7 +103,7 @@ If you don't use the preset, ensure you use the same `env` and `parserOptions` c -💼 [Configurations](https://github.com/sindresorhus/eslint-plugin-unicorn#preset-configs) enabled in.\ +💼 [Configurations](https://github.com/sindresorhus/eslint-plugin-unicorn#preset-configs-eslintconfigjs) enabled in.\ ✅ Set in the `recommended` [configuration](https://github.com/sindresorhus/eslint-plugin-unicorn#preset-configs).\ 🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\ 💡 Manually fixable by [editor suggestions](https://eslint.org/docs/latest/use/core-concepts#rule-suggestions).