Skip to content

Commit 89ba8c5

Browse files
vzvu3k6kljharb
authored andcommitted
[readme] fix broken anchor link
Documentation about "Adding Shared Settings" is moved by eslint/eslint#13837 and eslint/eslint#14036.
1 parent 0f4b626 commit 89ba8c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1616
* [Docs] [`jsx-newline`]: Fix minor spelling error on rule name ([#2974][] @DennisSkoko)
1717
* [Refactor] [`void-dom-elements-no-children`]: improve performance
1818
* [readme] fix missing trailing commas ([#2980][] @sugardon)
19+
* [readme] fix broken anchor link ([#2982][] @vzvu3k6k)
1920

21+
[#2982]: https://github.com/yannickcr/eslint-plugin-react/pull/2982
2022
[#2980]: https://github.com/yannickcr/eslint-plugin-react/pull/2980
2123
[#2977]: https://github.com/yannickcr/eslint-plugin-react/pull/2977
2224
[#2975]: https://github.com/yannickcr/eslint-plugin-react/pull/2975

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Use [our preset](#recommended) to get reasonable defaults:
3030
]
3131
```
3232

33-
You should also specify settings that will be shared across all the plugin rules. ([More about eslint shared settings](https://eslint.org/docs/user-guide/configuring#adding-shared-settings))
33+
You should also specify settings that will be shared across all the plugin rules. ([More about eslint shared settings](https://eslint.org/docs/user-guide/configuring/configuration-files#adding-shared-settings))
3434

3535
```json5
3636
{

0 commit comments

Comments
 (0)