From f9edc0983113ef9a16b414d770ecf754bf0b9920 Mon Sep 17 00:00:00 2001
From: kraaij <kraaij@astron.nl>
Date: Fri, 20 Oct 2023 00:09:23 +0200
Subject: [PATCH] eslintrc update

---
 SAS/TMSS/frontend/tmss_webapp/.eslintrc.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SAS/TMSS/frontend/tmss_webapp/.eslintrc.js b/SAS/TMSS/frontend/tmss_webapp/.eslintrc.js
index ebf56908404..0a9f6e242bb 100644
--- a/SAS/TMSS/frontend/tmss_webapp/.eslintrc.js
+++ b/SAS/TMSS/frontend/tmss_webapp/.eslintrc.js
@@ -5,9 +5,9 @@ module.exports = {
         "node": true,
         "jasmine": true,
         "jest": true,
-        "es6": true
+        "es6": true,
       },
-  },
+  
   "extends": ["eslint:recommended", "plugin:react/recommended"],
   "plugins": [
     "react"
-- 
GitLab