Skip to content

Commit e4761d1

Browse files
committed
docs: fix
1 parent b1fc733 commit e4761d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-deprecated-modulo-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locale messages (for vue-i18n v9+):
3737
<eslint-code-block fix message-syntax-version="^9" language="json">
3838

3939
```json
40-
/* eslint @intlify/vue-i18n/prefer-linked-key-with-paren: 'error' */
40+
/* eslint @intlify/vue-i18n/no-deprecated-modulo-syntax: 'error' */
4141
{
4242
/* ✓ GOOD */
4343
"hello": "{msg} world"

0 commit comments

Comments
 (0)