I've loaded the extension in a monorepo set up with Turborepo. It seems to correctly find both the root and app .eslintrc, as they both open when I use the Open ESLint Config(s) command. However, I don't see it displaying any issues on code that violates the ESLint config. I verify this by opening the same file in VS Code and observing the ESLint errors which appear there. I'm mostly opening this issue for a pointer on how to debug this behavior as I can't see docs on that.
I've loaded the extension in a monorepo set up with Turborepo. It seems to correctly find both the root and
app
.eslintrc, as they both open when I use theOpen ESLint Config(s)
command. However, I don't see it displaying any issues on code that violates the ESLint config. I verify this by opening the same file in VS Code and observing the ESLint errors which appear there. I'm mostly opening this issue for a pointer on how to debug this behavior as I can't see docs on that.