chore: precommit hook for markdown

This commit is contained in:
Cory Dransfeldt 2023-03-27 15:24:40 -07:00
parent 2a4d806350
commit 2320485fd6
No known key found for this signature in database
2 changed files with 79 additions and 12 deletions

View file

@ -49,6 +49,7 @@
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"markdownlint-cli": "^0.33.0",
"marked": "^4.3.0",
"tailwind-dracula": "^1.1.0",
"tailwindcss": "^3.0.18"
@ -60,6 +61,9 @@
],
"**/*.scss": [
"npx prettier --write"
],
"**/*.md": [
"npx markdownlint --fix"
]
}
}