Skip to content

Commit a44e025

Browse files
committed
ignore flat configs in doc generator
1 parent a32c0ad commit a44e025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslint-doc-generatorrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config = {
44
['jsx-runtime', '🏃'],
55
['recommended', '☑️'],
66
],
7-
ignoreConfig: ['all'],
7+
ignoreConfig: ['all', 'flat/all', 'flat/recommended', `flat/jsx-runtime`],
88
urlConfigs: 'https://github.com/jsx-eslint/eslint-plugin-react/#shareable-configs',
99
};
1010

0 commit comments

Comments
 (0)