We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32c0ad commit a44e025Copy full SHA for a44e025
.eslint-doc-generatorrc.js
@@ -4,7 +4,7 @@ const config = {
4
['jsx-runtime', '🏃'],
5
['recommended', '☑️'],
6
],
7
- ignoreConfig: ['all'],
+ ignoreConfig: ['all', 'flat/all', 'flat/recommended', `flat/jsx-runtime`],
8
urlConfigs: 'https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs',
9
};
10
0 commit comments