Skip to content

Commit

Permalink
feat(format): formattes markdowns before commit
Browse files Browse the repository at this point in the history
formattes md files before commit
  • Loading branch information
pranshuchittora committed Apr 23, 2019
1 parent 46049e6 commit 437b5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -54,6 +54,7 @@
}
},
"lint-staged": {
"*.md": ["prettier --write", "git add"],
"{packages,bin}/**/!(__testfixtures__)/**.js": [
"eslint --fix",
"git add"
Expand Down

0 comments on commit 437b5d5

Please sign in to comment.