From e1bbad2235654a20087f66ae80b2bcabb001efce Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 30 Jun 2025 06:25:19 -0500 Subject: [PATCH] =?UTF-8?q?=E2=8F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 5ba63d53..700feb5f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -7,10 +7,10 @@ export default [ ignores: [ '**/out/**', '**/dist/**', + '**/.wrangler/**', 'packages/types/src/openapi.d.ts', 'apps/gateway/src/worker.d.ts', 'packages/json-schema/test/json-schema-test-suite.ts', - 'apps/gateway/.wrangler', 'apps/web/src/*.gen.ts', 'legacy/**', 'stdlib/stdlib/**'