Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 245 Bytes

additional_tooling.md

File metadata and controls

8 lines (6 loc) · 245 Bytes

Things to Make Your Life Easier

Run the eslint auto-fixer before a commit. This takes a bit of time, but is less time then going back and fixing something because you missed a semi.

echo 'gulp lint --fix' > .git/hooks/pre-commit