From 0e09b84be28cba0d6a88a5f57f61bcf53f4e2c39 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Thu, 1 Jun 2023 09:32:02 +0000 Subject: [PATCH] Disable eslint in production envrionment --- .env.production | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 94fbf21..2f75776 100644 --- a/.env.production +++ b/.env.production @@ -37,4 +37,7 @@ REACT_APP_ITEM_PER_PAGE=5 REACT_APP_GOOGLE_CLIENT_ID=817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com REACT_APP_GOOGLE_CLIENT_SECRET=aozK_2G8UjaCmLgPPkv9abIm REACT_APP_GOOGLE_CLIENT_SCOPE="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile" -REACT_APP_GOOGLE_REDIRECT_URL=https://users.wrenchboard.com/login/auth/ \ No newline at end of file +REACT_APP_GOOGLE_REDIRECT_URL=https://users.wrenchboard.com/login/auth/ + +DISABLE_ESLINT_PLUGIN=true +