Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 178 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (4 loc) · 178 Bytes

Before committing:

sudo npm install -g jshint jscs # This globally installs jshint and jscs,
								# two JS code style checkers
ln -s ../../pre-commit .git/hooks/pre-commit