Skip to content

Commit 928844c

Browse files
nicohrubecclaude
andcommitted
ref: Move mongo vendored lint override into consolidated list
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2ccd7c6 commit 928844c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.oxlintrc.base.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,13 @@
145145
"**/integrations/tracing/dataloader/vendored/**/*.ts",
146146
"**/integrations/tracing/genericPool/vendored/**/*.ts",
147147
"**/integrations/fs/vendored/**/*.ts",
148-
"**/integrations/tracing/knex/vendored/**/*.ts"
148+
"**/integrations/tracing/knex/vendored/**/*.ts",
149+
"**/integrations/tracing/mongo/vendored/**/*.ts"
149150
],
150151
"rules": {
151152
"typescript/no-explicit-any": "off"
152153
}
153154
},
154-
{
155-
"files": ["**/integrations/tracing/mongo/vendored/**/*.ts"],
156-
"rules": {
157-
"typescript/no-explicit-any": "off"
158-
}
159-
},
160155
{
161156
"files": ["**/scenarios/**", "**/rollup-utils/**"],
162157
"rules": {

0 commit comments

Comments
 (0)