Skip to content

Commit

Permalink
feat: agrega husky
Browse files Browse the repository at this point in the history
  • Loading branch information
drusco committed Jul 17, 2023
1 parent df4e1e7 commit a995c97
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
"dev": "tsc --watch",
"build": "tsc",
"test": "mocha --grep Emulator",
"lint": "eslint src --fix"
"lint": "eslint --ext .js,.ts src"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"author": {
"name": "Pedro Gallardo",
Expand All @@ -23,6 +28,7 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
Expand Down

0 comments on commit a995c97

Please sign in to comment.