remove .jshintrc and jshintignore added by precommit-hook, we have standard after all :)

This commit is contained in:
David Dias 2015-07-10 12:31:20 -07:00
parent a5b2524873
commit 0576b18e16
2 changed files with 0 additions and 11 deletions

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
}