You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
|[@intlify/vue-i18n/<wbr>no-deprecated-i18n-place-attr](./no-deprecated-i18n-place-attr.html)| disallow using deprecated `place` attribute (Removed in Vue I18n 9.0.0+) ||
13
13
|[@intlify/vue-i18n/<wbr>no-deprecated-i18n-places-prop](./no-deprecated-i18n-places-prop.html)| disallow using deprecated `places` prop (Removed in Vue I18n 9.0.0+) ||
14
14
|[@intlify/vue-i18n/<wbr>no-deprecated-modulo-syntax](./no-deprecated-modulo-syntax.html)| enforce modulo interpolation to be named interpolation |:black_nib:|
15
+
|[@intlify/vue-i18n/<wbr>no-deprecated-tc](./no-deprecated-tc.html)| disallow using deprecated `tc` or `$tc` (Deprecated in Vue I18n 10.0.0, removed fully in Vue I18n 11.0.0) |:star:|
15
16
|[@intlify/vue-i18n/<wbr>no-html-messages](./no-html-messages.html)| disallow use HTML localization messages |:star:|
16
17
|[@intlify/vue-i18n/<wbr>no-i18n-t-path-prop](./no-i18n-t-path-prop.html)| disallow using `path` prop with `<i18n-t>`|:black_nib:|
17
18
|[@intlify/vue-i18n/<wbr>no-missing-keys](./no-missing-keys.html)| disallow missing locale message key at localization methods |:star:|
@@ -25,7 +26,6 @@
25
26
| Rule ID | Description ||
26
27
|:--------|:------------|:---|
27
28
|[@intlify/vue-i18n/<wbr>key-format-style](./key-format-style.html)| enforce specific casing for localization keys ||
28
-
|[@intlify/vue-i18n/<wbr>no-deprecated-tc](./no-deprecated-tc.html)| disallow using deprecated `tc` or `$tc` (Deprecated in Vue I18n 10.0.0, removed fully in Vue I18n 11.0.0) ||
29
29
|[@intlify/vue-i18n/<wbr>no-duplicate-keys-in-locale](./no-duplicate-keys-in-locale.html)| disallow duplicate localization keys within the same locale ||
30
30
|[@intlify/vue-i18n/<wbr>no-dynamic-keys](./no-dynamic-keys.html)| disallow localization dynamic keys at localization methods ||
31
31
|[@intlify/vue-i18n/<wbr>no-missing-keys-in-other-locales](./no-missing-keys-in-other-locales.html)| disallow missing locale message keys in other locales ||
0 commit comments