💡 Add jshint to all user scripts

This commit is contained in:
Dan Jones 2020-06-05 14:48:01 -05:00
commit 8766d09bc0
12 changed files with 34 additions and 18 deletions

View file

@ -2,7 +2,7 @@
// ==UserScript==
// @name Viewcomic Scraper
// @namespace danielrayjones
// @version 0.0.8
// @version 0.0.9
// @description Scrape comics from viewcomic.com
// @author Dan Jones
// @match http://viewcomic.com/*
@ -13,6 +13,7 @@
// ==/UserScript==
/* global jQuery, JSZip */
/* jshint esversion: 6 */
(function($) {
'use strict';