update jshint with more style guidelines

This commit is contained in:
Jonathan Lipps
2014-01-06 08:59:36 -08:00
parent 228cdbfedf
commit 9b2f875198

View File

@@ -5,5 +5,8 @@
"unused": true,
"trailing": true,
"node": true,
"eqeqeq": true,
"indent": 2,
"trailing": true,
"es5": true
}