Skip to content

Commit 2b2a9bb

Browse files
authored
Merge branch 'master' into patch-1
2 parents 6dd46ef + 693860f commit 2b2a9bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2323

2424
### Changed
2525
* [Docs] [`jsx-newline`], [`no-unsafe`], [`static-property-placement`]: Fix code syntax highlighting ([#3563][] @nbsp1221)
26+
* [readme] resore configuration URL ([#3582][] @gokaygurcan)
2627

28+
[#3582]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3582
2729
[#3570]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3570
2830
[#3568]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3568
2931
[#3563]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3563

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm install eslint eslint-plugin-react --save-dev
1717

1818
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.
1919

20-
## Configuration (legacy: `.eslintrc*`)
20+
## Configuration (legacy: `.eslintrc*`) <a id="configuration"></a>
2121

2222
Use [our preset](#recommended) to get reasonable defaults:
2323

0 commit comments

Comments
 (0)