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",