From ec6ab0155362c0329eea47a276c02c0d9f732dcc Mon Sep 17 00:00:00 2001 From: ntnyq Date: Sat, 30 Nov 2024 16:01:08 +0800 Subject: [PATCH] docs: fix missing options `allow` value (#2631) --- 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-/']"`