File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
9
9
* [ ` no-invalid-html-attribute ` ] : allow ` link ` ` rel ` to have ` apple-touch-icon ` , ` mask-icon ` ([ #3132 ] [ ] @ljharb )
10
10
* [ ` no-unused-class-component-methods ` ] : add ` getChildContext ` lifecycle method ([ #3136 ] [ ] @yoyo837 )
11
11
12
+ ### Changed
13
+ * [ readme] fix syntax typo ([ #3141 ] [ ] @moselhy )
14
+
15
+ [ #3141 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3141
12
16
[ #3136 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3136
13
17
[ #3132 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3132
14
18
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ You should also specify settings that will be shared across all the plugin rules
68
68
// Components used as alternatives to <form> for forms, eg. <Form endpoint={ url } />
69
69
" CustomForm" ,
70
70
{" name" : " Form" , " formAttribute" : " endpoint" }
71
- ]
71
+ ],
72
72
" linkComponents" : [
73
73
// Components used as alternatives to <a> for linking, eg. <Link to={ url } />
74
74
" Hyperlink" ,
You can’t perform that action at this time.
0 commit comments