From 726489a406ec9cf75c441108c62c3e02323e5f60 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Mon, 15 Jan 2024 11:49:26 +0330 Subject: [PATCH] chore: add `lingui` to the `eslint` plugins --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 976bf7e0..75e06a57 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,5 +9,6 @@ ], "rules": { "unicorn/prevent-abbreviations": "off" - } + }, + "plugins": ["lingui"] }