diff --git a/m3u-linter.config.json b/m3u-linter.config.json new file mode 100644 index 0000000..1d2524a --- /dev/null +++ b/m3u-linter.config.json @@ -0,0 +1,17 @@ +{ + "files": ["mystique.m3u"], + "rules": { + "no-empty-lines": true, + "require-header": true, + "attribute-quotes": true, + "require-info": true, + "require-title": 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, + "require-link": true + } +} \ No newline at end of file