From 1715726ec687f5a2e60d9c58872c7934031ea6ca Mon Sep 17 00:00:00 2001 From: lila Date: Tue, 21 Apr 2026 14:44:01 +0200 Subject: [PATCH] excluding temporary status of data-pipeline --- eslint.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.mjs b/eslint.config.mjs index 31b3da2..290fa14 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -14,6 +14,7 @@ export default defineConfig([ "**/*.config.ts", "routeTree.gen.ts", "scripts/**", + "data-pipeline/**/*", ]), eslint.configs.recommended,