Skip to content

Commit

Permalink
Fix options in docs for no-template-shadow (#2517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiina authored Aug 1, 2024
1 parent 37e971a commit 66e3201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-template-shadow.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This rule takes one optional object option, with the property `"allow"`.

```json
{
"no-template-shadow": ["error", { "allow": [] }]
"vue/no-template-shadow": ["error", { "allow": [] }]
}
```

Expand Down

0 comments on commit 66e3201

Please sign in to comment.