Skip to content

Commit

Permalink
Replace husky folder with huskyrc file (vscode-icons#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimiC authored Aug 5, 2023
1 parent 8e848a5 commit 382f419
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .husky/pre-commit

This file was deleted.

6 changes: 6 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"skipCI": true,
"hooks": {
"pre-commit": "lint-staged"
}
}

0 comments on commit 382f419

Please sign in to comment.