Skip to content

Commit 3ecda4d

Browse files
committed
fix: update documentation glob pattern to include .mdx files
1 parent 3ed0860 commit 3ecda4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-website.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { glob } from "./utils/glob";
1717
* 4. (TODO) Generates meta.json / rules data
1818
*/
1919

20-
const DOCS_GLOB = ["packages/plugins/eslint-plugin-react-*/src/rules/*.md"];
20+
const DOCS_GLOB = ["packages/plugins/eslint-plugin-react-*/src/rules/*.mdx"];
2121

2222
interface RuleMeta {
2323
name: string;

0 commit comments

Comments
 (0)