We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed0860 commit 3ecda4dCopy full SHA for 3ecda4d
scripts/update-website.ts
@@ -17,7 +17,7 @@ import { glob } from "./utils/glob";
17
* 4. (TODO) Generates meta.json / rules data
18
*/
19
20
-const DOCS_GLOB = ["packages/plugins/eslint-plugin-react-*/src/rules/*.md"];
+const DOCS_GLOB = ["packages/plugins/eslint-plugin-react-*/src/rules/*.mdx"];
21
22
interface RuleMeta {
23
name: string;
0 commit comments