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,