Skip to content

Commit

Permalink
husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Jun 9, 2019
1 parent bbd49e2 commit e0a4023
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "lint-staged"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"lint-styles-fix": "yarn --silent lint-styles --fix; exit 0",
"postlint-fix": "prettier --ignore-path .eslintignore --single-quote --write '**/*.*{js,jsx,json}'",
"postlint-styles-fix": "prettier --ignore-path .eslintignore --single-quote --write '**/*.{css,scss}'",
"precommit": "lint-staged",
"preinstall": "node ./internals/scripts/CheckYarn.js",
"postinstall": "yarn build-dll && electron-builder install-app-deps package.json"
},
Expand Down

0 comments on commit e0a4023

Please sign in to comment.