mirror of https://github.com/Free-TV/IPTV
Plan Arabic-first playlist ordering
parent
be0471a339
commit
f1f3666ec9
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"files": ["playlist1.m3u", "playlist2.m3u"],
|
||||
"rules": {
|
||||
"no-empty-lines": true,
|
||||
"require-header": true,
|
||||
"attribute-quotes": true,
|
||||
"require-info": true,
|
||||
"no-trailing-spaces": true,
|
||||
"no-whitespace-before-title": true,
|
||||
"no-multi-spaces": false,
|
||||
"no-extra-comma": true,
|
||||
"space-before-paren": false,
|
||||
"no-dash": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue