From 21017368a86c1d2557de7ad5dc37607ebab8751c Mon Sep 17 00:00:00 2001 From: Le Vivilet Date: Mon, 18 Nov 2024 19:08:46 +0100 Subject: [PATCH] lint --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 28b8d20..85fe9e3 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -18,6 +18,7 @@ export default tseslint.config( 'coverage', 'scripts', '**/build/**', + '**/e2e/**', 'rollup.config.js', 'eslint.config.js', 'src/fileSearchWorkerMain.ts',