Skip to content

Commit

Permalink
Испаравление для husky
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyAkkuratov committed Mar 6, 2024
1 parent 8d38703 commit 6d65a51
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"start": "serve",
"test": "jest --collectCoverage",
"lint": "prettier --check . && eslint .",
"lint:fix": "prettier --write . && eslint . --fix",
"prepare": "husky install"
"lint:fix": "prettier --write . && eslint . --fix"
},
"keywords": [],
"author": "",
Expand All @@ -20,6 +19,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
Expand Down

0 comments on commit 6d65a51

Please sign in to comment.