Manuel Bichler

Results 34 comments of Manuel Bichler

thanks @fritz-c, atm the useSteps hook doesn't work as it is not exported by the main package but I think the hook would help a lot as I would get...

I am having the same issue with a pnpm monorepo. If i run `pnpm lint` all the linting runs fine. As soon as husky runs `npx lint-staged` the terminal complains...

Push. Would be nice so see this added soon as more and more people are changing to pnpm.

Is there a way around in the meantime? :)

@ivoilic can you maybe post the full docker file? :) I just recently started with turbo pnpm and docker... would be appreciated! thanks

Sure I can add it to the documentation... just wanted to make it a little bit more obvious. :) Thanks anyway!

Sorry, no idea. But I guess we could just add a custom error object to the config.

> > [... ]we could just add a custom error object to the config. > > One which would modify the error if commitlint is being used for the first...

> I got around this issue with the setting `--globalTypesFile src/__generated-globals__/globalTypes.d.ts`. You are putting it outside of the compilation scope which works put is not really "clean". A simple `--globalTypesFile...