Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 409 Bytes

contributing.md

File metadata and controls

21 lines (13 loc) · 409 Bytes

Contributing

Husky

If you want collaborate, you need this to make octocat happy.

Installation

husky need be initialized:

npm install

Usage

After install, when you do a commit all linters, prettiers, etc.. will run automatically ;)

If one step fails the commit will be cancelled, try do it again (surely husky was changed some files, no problem, it's his job, add them again).