💡 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,13 +2,15 @@
// ==UserScript==
// @name Trakt Simplifier
// @namespace danielrayjones
// @version 0.0.2
// @version 0.0.3
// @description Strip out eps/movies from trakt lists based on a query string
// @author Dan Jones
// @match https://trakt.tv/*
// @grant none
// ==/UserScript==
/* jshint esversion: 6 */
(function() {
'use strict';