JSHint: disable unused variable check

This is nice but until jshint/jshint#1146 is fixed there's no way to
selectively disable W098 for unused function arguments which we wish to
include for documentary purposes.

With this change there are only three remaining warnings, all of which
are actionable.
This commit is contained in:
Chris Adams 2013-06-19 17:35:19 -04:00
parent adc4147304
commit 72f0f05d2f

View File

@ -6,7 +6,7 @@
"noarg": true,
"trailing": true,
"undef": true,
"unused": true,
"unused": false,
"globals": {
"OpenSeadragon": true