Skip to content

Commit 66e3201

Browse files
authored
Fix options in docs for no-template-shadow (#2517)
1 parent 37e971a commit 66e3201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-template-shadow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This rule takes one optional object option, with the property `"allow"`.
5555

5656
```json
5757
{
58-
"no-template-shadow": ["error", { "allow": [] }]
58+
"vue/no-template-shadow": ["error", { "allow": [] }]
5959
}
6060
```
6161

0 commit comments

Comments
 (0)