mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
meta: add prettier to .md pre-commit hooks
This commit is contained in:
parent
3dcd552f4a
commit
c0961a6cd9
1 changed files with 3 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue