Silver Sten Kruus

Results 6 comments of Silver Sten Kruus

Had a similar issue with a Next.js 13 project where it would fail to load the config from eslint-config-next. Regular eslint worked fine, but for eslint_d running `eslint_d stop` and...

I don't have the specific error as it was nearly 100kb of JSON, but essentially Apollo client failed to write a query result to the store due to a missing...

We use fragment spread, here's a more visual explanation of what happens for us and what we'd like to prevent with this rule. It's roughly something like this: ```graphql //...

Hi! Have you considered writing your own theme (for an example, see [rjsf-tailwind](https://github.com/m6io/rjsf-tailwind))?

@BigBallard Did you end up finding a workaround for this? Experiencing the same issue right now.