slorber / docusaurus-mdx-checker

Report potential MDX v2 parsing errors found in your content
MIT License
13 stars 7 forks source link

Add pre-commit hook support #4

Open svdimchenko opened 2 months ago

svdimchenko commented 2 months ago

It would be nice to add possibility for npx docusaurus-mdx-checker command in pre-commit.

slorber commented 1 month ago

What prevents you from doing it on your side already? It's your responsibility to define recommit hooks on your own