File tree Expand file tree Collapse file tree 4 files changed +122
-118
lines changed Expand file tree Collapse file tree 4 files changed +122
-118
lines changed Original file line number Diff line number Diff line change 50
50
"no-template-curly-in-string": 1,
51
51
},
52
52
},
53
+ {
54
+ "files": "markdown.config.js",
55
+ "rules": {
56
+ "no-console": 0,
57
+ },
58
+ },
53
59
],
54
60
}
Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
19
19
20
20
### Changed
21
21
* [ Docs] [ ` jsx-no-constructed-context-values ` ] [ ] : fix invalid example syntax ([ #2910 ] [ ] @kud )
22
+ * [ readme] Replace lists of rules with tables in readme ([ #2908 ] [ ] @motato1 )
22
23
23
24
[ #2910 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2910
25
+ [ #2908 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2908
24
26
[ #2906 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2906
25
27
[ #2900 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2900
26
28
[ #2899 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2899
You can’t perform that action at this time.
0 commit comments