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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"]
}