Robin Henkel

Results 4 issues of Robin Henkel

There is currently no way to disallow tsyringe from overriding existing registrations for singletons. This would be really useful to prevent erroneously overriding existing registrations. A good way to handle...

## What are the steps to reproduce this issue? 1. Generate with the following settings ```js Validators: { input: { target: './swagger.json' }, output: { mode: 'tags', target: 'src/schemas/api', client:...

bug
zod

Tanstack Query recommends using the `queryOptions` type helper instead of manually typing query results. This is now their [recommended standard](https://github.com/TanStack/query/issues/8390). Not using this helper has already led to some problems...

enhancement
tanstack-query

### What version of Oxlint are you using? 1.25.0 ### What command did you run? WebStorm OXC Plugin ### What does your `.oxlintrc.json` config file look like? ```jsonc { "$schema":...

A-linter