diff options
| author | Teddy Wing | 2015-09-25 02:10:25 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-09-25 02:10:25 -0400 |
| commit | a0541f78062430b8f0f48e020e7cea586e8b2f58 (patch) | |
| tree | 48ceb48dabfde53032051eafd9d961586780f9af /.gitignore | |
| parent | 83dd3b1f7dd4087724847ecd93da65ada301a273 (diff) | |
| download | git-hook-pre-commit-python-javascript-syntax-linter-a0541f78062430b8f0f48e020e7cea586e8b2f58.tar.bz2 | |
Add 'jshint'
* Create a package.json with 'jshint' as a dev dependency
* .gitignore: Ignore node_modules because why not, and it only has dev
dependencies in it.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ /virtualenv/ +/node_modules/ |
