Giorgos Trichopoulos
Giorgos Trichopoulos
Could we have an update on this issue? @mlaflamm did you manage to craft a PR? If not do you want to share your thoughts on how would you fix...
jsut created a new PR [#2277](https://github.com/n1ru4l/envelop/pull/2277), with all the tests passing. I did add a [@ts-expect-error](https://github.com/trixobird/envelop/blob/renovate/major-sentry-javascript-monorepo/packages/plugins/sentry/src/index.ts#L211) though :'(
@benjie, @n1ru4l is there anything else needs from my side to get this [PR](https://github.com/n1ru4l/envelop/pull/2277) reviewed and hopefully merged? Apologies for the newbie question
any update here from any official source? This is happening to me in dev (not cypress). NextJs is the goto framework so it seems important to have it working without...
@andy-checkd did you manage to make any progress with the `@eslint/compat` I tried this: ``` import {resolve} from "node:path"; import { fixupRule, fixupConfigRules, fixupPluginRules } from "@eslint/compat"; import vercelNode from...
hi @yamcodes I tried your suggestion, but didn't work for me ``` import vercelNode from '@vercel/style-guide/eslint/node'; import js from '@eslint/js'; import ts from 'typescript-eslint'; import prettier from 'eslint-config-prettier'; import {...
Hi again, thank you for your answer. I was able to make the lint working with your suggestions, but it does not seem to honor the vercel configs. consol.log is...
Tried ` schema: './schema/index.js',` and ` schema: './schema',` in both cases the error is: ``` Generate outputs ❯ Generate to ./src/schema/generated/schema.graphql ✖ Failed to load schema from ./schema: Unable to...