From 57ebbff819d88043101a01982c508b093663bfa1 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Tue, 9 Jan 2024 10:47:57 +0100
Subject: [PATCH] skip eslint error when building custom_env.js

---
 custom/custom_env.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/custom/custom_env.js b/custom/custom_env.js
index b259cd4..050a7d8 100644
--- a/custom/custom_env.js
+++ b/custom/custom_env.js
@@ -1 +1,2 @@
+// eslint-disable-next-line no-template-curly-in-string
 window.__env__.OPA_BUNDLE_URL = "${REACT_APP_OPA_BUNDLE_URL}";
-- 
GitLab