Skip to content

Commit 9cfac17

Browse files
authored
Fix no-unused-keys.md mistake. (#82)
1 parent 4d28320 commit 9cfac17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unused-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ i18n.t('hi')
100100
```json
101101
{
102102
"@intlify/vue-i18n/no-unused-keys": ["error", {
103-
"src": ["./src"],
103+
"src": "./src",
104104
"extensions": [".js", ".vue"]
105105
}]
106106
}

0 commit comments

Comments
 (0)