Skip to content

yonghao-gu/git-hooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing Eslint pre-commit

  • Copy pre-commit to ./git/hooks and chmod 775 pre-commit.
  • Copy .eslintrc to your workspace.
  • Eslint will automatic check your modified js code before you run git commit.

Installing Luacheck pre-commit

  • Copy pre-commit to ./git/hooks and chmod 775 pre-commit.
  • Copy .luacheckrc to your workspace.
  • Luacheck will automatic check your modified lua code before you run git commit.

About

git hoots pre-commit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.3%
  • JavaScript 35.7%