1 Star 0 Fork 2

lgb020/iptv

forked from Serendipitychen/iptv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
m3u-linter.json 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aleksandr Statciuk 提交于 2021-08-16 16:04 . Update list of rules
{
"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,
"no-multi-spaces": true,
"no-extra-comma": true,
"space-before-paren": true,
"no-dash": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lgb020/iptv.git
[email protected]:lgb020/iptv.git
lgb020
iptv
iptv
master

搜索帮助