diff --git a/m3u-linter.json b/m3u-linter.json index 62e2d76c7..5f0414a12 100644 --- a/m3u-linter.json +++ b/m3u-linter.json @@ -6,6 +6,10 @@ "attribute-quotes": true, "require-info": true, "no-trailing-spaces": true, - "no-whitespace-before-title": true + "no-whitespace-before-title": true, + "no-multi-spaces": true, + "no-extra-comma": true, + "space-before-paren": true, + "no-dash": true } }