mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 10:26:48 -05:00
12 lines
235 B
JSON
12 lines
235 B
JSON
|
|
{
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|