Installed m3u-linter package

This commit is contained in:
freearhey
2021-04-27 19:52:39 +03:00
parent c52fa62b00
commit 2e141d0606
3 changed files with 518 additions and 4 deletions

11
m3u-linter.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files": ["channels/*.m3u"],
"rules": {
"no-empty-lines": true,
"require-header": true,
"attribute-quotes": true,
"require-info": true,
"no-trailing-spaces": true,
"no-whitespace-before-title": true
}
}