mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
lint
This commit is contained in:
parent
c8783e1dc6
commit
99cc5a10f6
2 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue