From 7ff8ff6210524abdec647785d866bf1170412676 Mon Sep 17 00:00:00 2001 From: Chika Date: Thu, 15 Apr 2021 17:42:31 +0300 Subject: [PATCH] disable eslint when build --- .env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 92b24a4..ad77908 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,3 @@ REACT_APP_PRODUCTION=true -GENERATE_SOURCEMAP=false \ No newline at end of file +GENERATE_SOURCEMAP=false +DISABLE_ESLINT_PLUGIN=true \ No newline at end of file