remove jshint stuff created by precommit hook

This commit is contained in:
David Dias 2015-07-19 14:37:16 -07:00
parent 1a25932696
commit d574360d47
3 changed files with 5 additions and 11 deletions

5
.gitignore vendored
View File

@ -25,3 +25,8 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
.jshintrc
.jshintignore

View File

@ -1 +0,0 @@
node_modules

View File

@ -1,10 +0,0 @@
{
"node": true,
"curly": true,
"latedef": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true
}