Skip to content

Commit 0132c47

Browse files
moselhyljharb
authored andcommitted
[readme] fix syntax typo
1 parent a2f8a35 commit 0132c47

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
99
* [`no-invalid-html-attribute`]: allow `link` `rel` to have `apple-touch-icon`, `mask-icon` ([#3132][] @ljharb)
1010
* [`no-unused-class-component-methods`]: add `getChildContext` lifecycle method ([#3136][] @yoyo837)
1111

12+
### Changed
13+
* [readme] fix syntax typo ([#3141][] @moselhy)
14+
15+
[#3141]: https://github.com/yannickcr/eslint-plugin-react/pull/3141
1216
[#3136]: https://github.com/yannickcr/eslint-plugin-react/pull/3136
1317
[#3132]: https://github.com/yannickcr/eslint-plugin-react/issue/3132
1418

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You should also specify settings that will be shared across all the plugin rules
6868
// Components used as alternatives to <form> for forms, eg. <Form endpoint={ url } />
6969
"CustomForm",
7070
{"name": "Form", "formAttribute": "endpoint"}
71-
]
71+
],
7272
"linkComponents": [
7373
// Components used as alternatives to <a> for linking, eg. <Link to={ url } />
7474
"Hyperlink",

0 commit comments

Comments
 (0)