Add more jshint parameters. re #96
This commit is contained in:
parent
8e5d716a99
commit
cf2547b2f8
1
util.js
1
util.js
|
@ -2,6 +2,7 @@
|
|||
// copyright Sébastien Lucas
|
||||
// https://github.com/seblucas/cops
|
||||
|
||||
/*jshint curly: true, latedef: true, trailing: true, noarg: true, undef: true, browser: true, jquery: true, unused: true, devel: true */
|
||||
/*global LRUCache */
|
||||
|
||||
var templatePage, templateBookDetail, templateMain, templateSuggestion, currentData, before, filterList;
|
||||
|
|
Loading…
Reference in a new issue