Skip to content

Commit dd51bd3

Browse files
nicohrubecclaude
andcommitted
ref: Consolidate vendored oxlint overrides into single block
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent c50e59b commit dd51bd3

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

.oxlintrc.base.json

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -141,25 +141,12 @@
141141
}
142142
},
143143
{
144-
"files": ["**/integrations/tracing/dataloader/vendored/**/*.ts"],
145-
"rules": {
146-
"typescript/no-explicit-any": "off"
147-
}
148-
},
149-
{
150-
"files": ["**/integrations/tracing/genericPool/vendored/**/*.ts"],
151-
"rules": {
152-
"typescript/no-explicit-any": "off"
153-
}
154-
},
155-
{
156-
"files": ["**/integrations/fs/vendored/**/*.ts"],
157-
"rules": {
158-
"typescript/no-explicit-any": "off"
159-
}
160-
},
161-
{
162-
"files": ["**/integrations/tracing/knex/vendored/**/*.ts"],
144+
"files": [
145+
"**/integrations/tracing/dataloader/vendored/**/*.ts",
146+
"**/integrations/tracing/genericPool/vendored/**/*.ts",
147+
"**/integrations/fs/vendored/**/*.ts",
148+
"**/integrations/tracing/knex/vendored/**/*.ts"
149+
],
163150
"rules": {
164151
"typescript/no-explicit-any": "off"
165152
}

0 commit comments

Comments
 (0)