Skip to content

Commit

Permalink
run lint pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdelahunty committed Oct 22, 2021
1 parent dfff5f0 commit 477a618
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.1",
"description": "Enable customers to develop the content within the package, Carbon Components, and GraphQl using the apollo client. It also enables customer to build and deploy this new package.",
"main": "index.js",
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"scripts": {
"build": "gulp prod:spm",
"dev": "gulp dev:spm",
Expand Down Expand Up @@ -39,6 +44,7 @@
"eslint-plugin-react-hooks": "^4.1.2",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"husky": "^4.3.0",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.3",
"shelljs": "^0.8.4",
Expand Down

0 comments on commit 477a618

Please sign in to comment.