Skip to content

Commit

Permalink
use mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 17, 2024
1 parent c382384 commit 4615d3b
Show file tree
Hide file tree
Showing 67 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion scripts/generate-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async function generateDocs(): Promise<void> {
);
}
return {
path: resolve(RULES_PATH, `${ruleName}.md`),
path: resolve(RULES_PATH, `${ruleName}.mdx`),
content: blocks.join('\n'),
};
});
Expand Down
File renamed without changes.
32 changes: 0 additions & 32 deletions website/src/pages/rules/deprecated-rules.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 0 additions & 28 deletions website/src/pages/rules/prettier.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4615d3b

Please sign in to comment.