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: