From fa7a1ca39eeb2af95fc9e709ef624f0ee92f372d Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Thu, 27 Aug 2026 19:10:55 -0400 Subject: [PATCH] chore: remove duplicate oxlint options (#45719) --- .oxlintrc.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index f1ca1ff46f3..5cdb26f48c5 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -41,11 +41,5 @@ // Warn when spreading non-plain objects (Headers, class instances, etc.) "typescript/no-misused-spread": "warn" }, - "options": { - "typeAware": true - }, - "options": { - "typeAware": true - }, "ignorePatterns": ["**/node_modules", "**/dist", "**/.build", "**/.sst", "**/*.d.ts", "**/sdk.gen.ts"] }