kopischke / microESLint.nova

A minimalist, reliable ESLint plugin for Panic’s Nova editor.
https://extensions.panic.com/extensions/net.kopischke/net.kopischke.eslint/
6 stars 1 forks source link

Extension doesn't appear to run in monorepo #7

Open michaelaflores opened 8 months ago

michaelaflores commented 8 months ago

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.