Add "md" extension in "Pre-commit hook" documentation (#3421)

It's nice to have all extensions so we can easily copy paste :)
master
Maxime Thirouin 2017-12-06 10:34:58 +01:00 committed by Lucas Azzola
parent 47f05d12f5
commit a9502f0ab7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ and add this config to your `package.json`:
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,json,css}": ["prettier --write", "git add"]
"*.{js,json,css,md}": ["prettier --write", "git add"]
}
}
```