diff --git a/M3u-linter.config.json b/M3u-linter.config.json new file mode 100644 index 0000000..f4d4225 --- /dev/null +++ b/M3u-linter.config.json @@ -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 + } +}