Skip to content

Commit

Permalink
feat(react api): added lint git hook
Browse files Browse the repository at this point in the history
Related OWASP#192
  • Loading branch information
KoolTheba committed Mar 21, 2020
1 parent 67cefa0 commit d316b82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/react-apirest/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"start": "node ./bin/www",
"lint": "standard",
"lint:fix": "standard --fix"
"lint:fix": "standard --fix",
"githook:commit-msg": "npm run lint"
},
"dependencies": {
"cookie-parser": "~1.4.5",
Expand Down

0 comments on commit d316b82

Please sign in to comment.