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 committed Dec 12, 2022
1 parent a60f04d commit 2a17015
Show file tree
Hide file tree
Showing 5 changed files with 117 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;

0 comments on commit 2a17015

Please sign in to comment.