From 2b0173cad4f04d437ef318d8bb73f5c12ee7975f Mon Sep 17 00:00:00 2001 From: Grace Park Date: Wed, 4 Dec 2024 10:45:17 -0800 Subject: [PATCH] remove dash --- docs/rules/filenames-match-regex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/filenames-match-regex.md b/docs/rules/filenames-match-regex.md index 1bba31b8..4d153880 100644 --- a/docs/rules/filenames-match-regex.md +++ b/docs/rules/filenames-match-regex.md @@ -17,7 +17,7 @@ Rule to ensure that filenames match a convention, with a default of kebab case o ## Options -- regex - Regex to match the filename structure. Defaults to kebab case or camelCase with one hump. +regex - Regex to match the filename structure. Defaults to kebab case or camelCase with one hump. Default: