From 842dbb008f77ead0bad0009a752cc8df93adc543 Mon Sep 17 00:00:00 2001 From: Efim <126895483+Efim-Kapliy@users.noreply.github.com> Date: Sat, 11 May 2024 20:02:56 +0300 Subject: [PATCH] feat: add comments for a better user experience for beginners I added a couple of comments. I think they will make it easier for those who have just started learning about "eslint-plugin-i18next". --- v5.md | 2 ++ 1 file changed, 2 insertions(+) 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