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
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
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
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" ,
You can’t perform that action at this time.
0 commit comments