adjust jshint behavior

This commit is contained in:
gorhill 2017-12-05 08:38:50 -05:00
parent 23065a8b90
commit f09db15acb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 2 deletions

View File

@ -19,6 +19,5 @@
"sub": true,
"undef": true,
"unused": true,
"validthis": true,
"-W058": true // suppress "Missing '()' invoking a constructor" message
"validthis": true
}