Skip to content

Commit

Permalink
nt-67 configure husky
Browse files Browse the repository at this point in the history
  • Loading branch information
vordgi committed Apr 11, 2024
1 parent 05ceb4e commit 331d2e7
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 @@
pnpm run lint
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"nimpl:i18n": "pnpm --filter @nimpl/i18n",
"lint": "eslint \"package/\"",
"eslint": "eslint"
"eslint": "eslint",
"prepare": "husky"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 331d2e7

Please sign in to comment.