meta: add prettier to .md pre-commit hooks

This commit is contained in:
Antoine du Hamel 2024-05-02 19:57:23 +02:00
parent 3dcd552f4a
commit c0961a6cd9
No known key found for this signature in database
GPG key ID: 21D900FFDB233756

View file

@ -13,7 +13,9 @@
"*.{css,html,json,scss,vue,yaml,yml}": "prettier -w",
"*.md": [
"remark --silently-ignore -i .remarkignore -foq",
"eslint --fix"
"eslint --fix",
"prettier -w",
"eslint"
]
},
"remarkConfig": {