Skip to content

Commit

Permalink
add lint-staged git hook
Browse files Browse the repository at this point in the history
1) npx mrm lint-staged
2) npx simple-git-hooks (lint-staged/lint-staged#958)
3) `git config core.hooksPath` should be empty or point to `.git/hooks/`.
Otherwise call `git config --unset core.hooksPath` or `git config core.hooksPath .git/hooks/`.
  • Loading branch information
ILyaCyclone committed Mar 30, 2021
1 parent c8adbb7 commit de46b82
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules/
dist/
coverage/
.eslintcache

0 comments on commit de46b82

Please sign in to comment.