Adding jshint and package.json updates

... resulting from commit-hook work
This commit is contained in:
Chuck C Williams 2017-06-08 17:32:26 -04:00
parent fe6c891763
commit b7c766c0c6
3 changed files with 13 additions and 1 deletions

10
.jshintrc Normal file
View file

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