From f71a47cf3e599c87ad2ce8b7598189ca567fafef Mon Sep 17 00:00:00 2001
From: Sky Brewer <sky.brewer@ess.eu>
Date: Thu, 7 Nov 2024 15:37:10 +0100
Subject: [PATCH] Make sure all files are covered by lint

---
 .eslintrc | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.eslintrc b/.eslintrc
index c50e2c54..a2c3e242 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -131,6 +131,22 @@
         "@typescript-eslint/no-var-requires": "off",
         "@typescript-eslint/no-require-imports": "off"
       }
+    } ,
+    {
+      "files": [
+        "**/*.spec.js",
+        "**/*.spec.jsx",
+        "**/*.spec.ts",
+        "**/*.spec.tsx",
+        "*.test.js",
+        "setupTests.js",
+        "*.tsx",
+        "*.ts",
+        "*.jsx",
+        "*.js",
+        "*.cy.js"
+      ]
     }
   ]
+
 }
-- 
GitLab