From 99cc5a10f605be92cba1a34ca5ec651efd365738 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Wed, 20 Oct 2021 01:54:30 +0100 Subject: [PATCH] lint --- examples/filters/Tdarr_Plugin_bbbc_Filter_Example.js | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/filters/Tdarr_Plugin_bbbc_Filter_Example.js b/examples/filters/Tdarr_Plugin_bbbc_Filter_Example.js index 20a4128..a40f945 100644 --- a/examples/filters/Tdarr_Plugin_bbbc_Filter_Example.js +++ b/examples/filters/Tdarr_Plugin_bbbc_Filter_Example.js @@ -19,8 +19,8 @@ module.exports.plugin = function plugin(file) { }; const resolutionsToSkip = [ - "1080p", - '4KUHD' + '1080p', + '4KUHD', ]; for (let i = 0; i < resolutionsToSkip.length; i += 1) { diff --git a/package.json b/package.json index 0cf53f2..677416f 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "lint": "eslint Community methods --ext js", - "lint:fix": "eslint Community methods --ext js --fix" + "lint": "eslint Community methods examples --ext js", + "lint:fix": "eslint Community methods examples --ext js --fix" }, "repository": { "type": "git",