iptv/m3u-linter.json

16 lines
345 B
JSON
Raw Normal View History

2021-04-27 18:52:39 +02:00
{
"files": ["channels/*.m3u"],
"rules": {
"no-empty-lines": true,
"require-header": true,
"attribute-quotes": true,
"require-info": true,
"no-trailing-spaces": true,
2021-08-16 15:04:09 +02:00
"no-whitespace-before-title": true,
"no-multi-spaces": true,
"no-extra-comma": true,
"space-before-paren": true,
"no-dash": true
2021-04-27 18:52:39 +02:00
}
}