From 693860f784ee6f243adc87db5fb905983808581a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20G=C3=BCrcan?= Date: Thu, 1 Jun 2023 11:29:02 +0200 Subject: [PATCH] [readme] resore configuration URL --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dd5846e3..0380eb8836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ### Changed * [Docs] [`jsx-newline`], [`no-unsafe`], [`static-property-placement`]: Fix code syntax highlighting ([#3563][] @nbsp1221) +* [readme] resore configuration URL ([#3582][] @gokaygurcan) +[#3582]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3582 [#3570]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3570 [#3568]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3568 [#3563]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3563 diff --git a/README.md b/README.md index 8ee806cf13..0cda1109c3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm install eslint eslint-plugin-react --save-dev It is also possible to install ESLint globally rather than locally (using `npm install -g eslint`). However, this is not recommended, and any plugins or shareable configs that you use must be installed locally in either case. -## Configuration (legacy: `.eslintrc*`) +## Configuration (legacy: `.eslintrc*`) Use [our preset](#recommended) to get reasonable defaults: