Skip to content

Commit

Permalink
[readme] Replace lists of rules with tables in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
motato1 authored and ljharb committed Jan 27, 2021
1 parent 4ea7d3c commit 9ef1213
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 118 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Expand Up @@ -50,5 +50,11 @@
"no-template-curly-in-string": 1,
},
},
{
"files": "markdown.config.js",
"rules": {
"no-console": 0,
},
},
],
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -19,8 +19,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

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

[#2910]: https://github.com/yannickcr/eslint-plugin-react/pull/2910
[#2908]: https://github.com/yannickcr/eslint-plugin-react/pull/2908
[#2906]: https://github.com/yannickcr/eslint-plugin-react/pull/2906
[#2900]: https://github.com/yannickcr/eslint-plugin-react/pull/2900
[#2899]: https://github.com/yannickcr/eslint-plugin-react/issues/2899
Expand Down

0 comments on commit 9ef1213

Please sign in to comment.