Skip to content

Commit

Permalink
fixing merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadowacu1 committed May 20, 2024
1 parent 963216f commit beabbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run lint
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"coveralls": "nyc --reporter=lcov --reporter=text-lcov npm test | coveralls",
"coverage": "nyc mocha --require ts-node/register 'src/**/*.spec.ts' --timeout 300000 --exit",
"lint": "eslint . --ext .ts",
"lint-staged": "lint-staged"
"lint-staged": "lint-staged",
"prepare": "husky"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
Expand Down

0 comments on commit beabbe7

Please sign in to comment.