💡 Add jshint to all user scripts
This commit is contained in:
parent
10d7bbc64a
commit
8766d09bc0
12 changed files with 34 additions and 18 deletions
|
|
@ -4,11 +4,12 @@
|
|||
// @description Allow removal of visited links on Amazon Giveaway Listing
|
||||
// @include https://smile.amazon.com/ga/giveaways*
|
||||
// @include https://www.amazon.com/ga/giveaways*
|
||||
// @version 1.9.1
|
||||
// @version 1.9.2
|
||||
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
|
||||
// ==/UserScript==
|
||||
|
||||
/* global jQuery */
|
||||
/* jshint esversion: 6 */
|
||||
|
||||
(function ($) {
|
||||
'use strict';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue