Skip to content

Commit 9ef1213

Browse files
motato1ljharb
authored andcommitted
[readme] Replace lists of rules with tables in readme
1 parent 4ea7d3c commit 9ef1213

File tree

4 files changed

+122
-118
lines changed

4 files changed

+122
-118
lines changed

.eslintrc

+6
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,11 @@
5050
"no-template-curly-in-string": 1,
5151
},
5252
},
53+
{
54+
"files": "markdown.config.js",
55+
"rules": {
56+
"no-console": 0,
57+
},
58+
},
5359
],
5460
}

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1919

2020
### Changed
2121
* [Docs] [`jsx-no-constructed-context-values`][]: fix invalid example syntax ([#2910][] @kud)
22+
* [readme] Replace lists of rules with tables in readme ([#2908][] @motato1)
2223

2324
[#2910]: https://github.com/yannickcr/eslint-plugin-react/pull/2910
25+
[#2908]: https://github.com/yannickcr/eslint-plugin-react/pull/2908
2426
[#2906]: https://github.com/yannickcr/eslint-plugin-react/pull/2906
2527
[#2900]: https://github.com/yannickcr/eslint-plugin-react/pull/2900
2628
[#2899]: https://github.com/yannickcr/eslint-plugin-react/issues/2899

0 commit comments

Comments
 (0)