Fabian Dietenberger

Results 8 comments of Fabian Dietenberger

Same here. We are using it in a Gatsby project. Importing `mini` or the `light` doesn't work for us (the warning isn't happing there), we need the `full` version.

Thanks for your reply! That's what I'm currently using. The problem here is that I need additional rules, to make multiple parameters are forced to be multiline and not singleline....

Also had this problem but could solve it: The reason was that I had a package (eslint) in one of my packages and in the root workspace. Removed it from...

I'm running into the same problem. Also having a large monorepo with yarn with all dependencies listed in the root yarn.lock file. When I run the `monitor` command all I...

Hi Denis, thanks a lot, with `--dev` it's working 👍 edit: it turns out that it is only checking the dev dependencies :/

Sorry for the late reply. Happy to hear that there is progress happening 👍 Just to point out what I expect from the implementation: When using snyk with yarn workspaces,...

For me, the problem got resolved with `yarn add -D @testing-library/dom`. I don't know why, maybe because we are using Yarn 3 PnP. Setup now is: ``` // jest.config.js module.exports...

Thanks for this solution, I just tested it and it works :) One question though: Why is it necessary to have the `reset.d.ts` file inside the root? I try to...