Update m3u-linter package

Fixes https://github.com/iptv-org/iptv/issues/17454
This commit is contained in:
freearhey
2024-12-20 08:11:32 +03:00
parent 087e0aa012
commit 25fed73273
4 changed files with 203 additions and 57 deletions

View File

@@ -11,6 +11,7 @@
"no-multi-spaces": true,
"no-extra-comma": true,
"space-before-paren": true,
"no-dash": true
"no-dash": true,
"require-link": true
}
}