Skip to content

Commit 7d1f064

Browse files
nicohrubecclaude
andcommitted
fix: Add missing comma in oxlintrc.base.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 588b6d9 commit 7d1f064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxlintrc.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"**/nestjs/src/integrations/vendored/**/*.ts",
155155
"**/integrations/tracing/kafka/vendored/**/*.ts",
156156
"**/integrations/tracing/tedious/vendored/**/*.ts",
157-
"**/integrations/tracing/mongoose/vendored/**/*.ts"
157+
"**/integrations/tracing/mongoose/vendored/**/*.ts",
158158
"**/integrations/tracing/amqplib/vendored/**/*.ts"
159159
],
160160
"rules": {

0 commit comments

Comments
 (0)