From 7b13567f5fff0a999b6c85605048b30dfd406acb Mon Sep 17 00:00:00 2001 From: Michael Wuergler Date: Sun, 2 Jun 2024 15:38:09 +0200 Subject: [PATCH] docs: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2879f..1edfa8c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ For each project where you want to run the i18n-validator, you will need to have "rules": { "no-untranslated-messages": "error", "no-empty-messages": "error", - "no-html-messages": "error" + "no-html-messages": "error", + "no-invalid-variables": "error" }, /** * Set this dryRun setting to true to get all the same logging and reporting