chore: remove duplicate oxlint options (#45719)

This commit is contained in:
Kit Langton
2026-08-27 19:10:55 -04:00
committed by GitHub
parent 38e4c97aa9
commit fa7a1ca39e
-6
View File
@@ -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"]
}