diff --git a/.eslintrc.json b/.eslintrc.json index 374459244f0..9e2bbb1cd85 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -44,10 +44,13 @@ "i18next/no-literal-string": [ "warn", { - "mode": "all", + "mode": "jsx-only", "jsx-attributes": { "include": ["label", "placeholder", "error", "title"], "exclude": [".*"] + }, + "callees": { + "exclude": [".*"] } } ]