diff --git a/v5.md b/v5.md index 56b054a..2ebdd0c 100644 --- a/v5.md +++ b/v5.md @@ -257,6 +257,7 @@ If `markupOnly` option turn on, only JSX text and strings used as JSX attributes JSX text: ```jsx +/*eslint i18next/no-literal-string: ["error", { "markupOnly": true }]*/ // incorrect
hello world
{"hello world"}
@@ -265,6 +266,7 @@ JSX text: Strings as JSX attribute: ```jsx +/*eslint i18next/no-literal-string: ["error", { "markupOnly": true }]*/ // incorrect