Skip to content

Commit

Permalink
[Docs] Use emoji for jsx-runtime config and config file for eslint-do…
Browse files Browse the repository at this point in the history
…c-generator
  • Loading branch information
bmish authored and ljharb committed Dec 12, 2022
1 parent a60f04d commit c9f5eb2
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 107 deletions.
11 changes: 11 additions & 0 deletions .eslint-doc-generatorrc.js
@@ -0,0 +1,11 @@
/** @type {import('eslint-doc-generator').GenerateOptions} */
const config = {
configEmoji: [
['jsx-runtime', '🏃'],
['recommended', '☑️'],
],
ignoreConfig: ['all'],
urlConfigs: 'https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs',
};

module.exports = config;
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -23,7 +23,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
* [Docs] [`jsx-no-leaked-render`]: Remove mentions of empty strings for React 18 ([#3468][] @karlhorky)
* [Docs] update `eslint-doc-generator` to v1.0.0 ([#3499][] @bmish)
* [meta] add issue template ([#3483][] @ROSSROSALES)
* [Docs] Use emoji for jsx-runtime config and config file for eslint-doc-generator ([#3504][] @bmish)[

[#3504]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3504
[#3499]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3499
[#3494]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3494
[#3493]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3493
Expand Down

0 comments on commit c9f5eb2

Please sign in to comment.