From 193b794e67a33e8770495f5ec6da5cdf38d15896 Mon Sep 17 00:00:00 2001 From: ntnyq Date: Sat, 30 Nov 2024 15:45:44 +0800 Subject: [PATCH] docs: fix missing options value --- docs/rules/restricted-component-names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/restricted-component-names.md b/docs/rules/restricted-component-names.md index 55e9883b8..1d707baf3 100644 --- a/docs/rules/restricted-component-names.md +++ b/docs/rules/restricted-component-names.md @@ -39,7 +39,7 @@ This rule enforces consistency in component names. } ``` -### `"allow"` +### `"allow: ['/^custom-/']"`