Plasmo opinion about linting
# support-framework
f
Plasmo opinion about linting
Doesn't Plasmo have an opinion about eslint? I have a plasmo project in a dedicated
apps/browser
folder within a monorepo and am wondering how to set up eslint? I'm not using nextjs within the project -- it's in a separate
apps/web
folder.
I see that you're using NextJS' way of setting up the eslint -- in my case I'll have pure extension code. Does that then even make sense? https://github.com/PlasmoHQ/plasmo-config/blob/4aea453775b02ff9eada90d37b5704e22b5c99af/eslint-preset.js
q
I think that
plasmo-config
is for our plasmo framework monorepo
I don't think we pass it down when you do
plasmo init
@limited-farmer-52140 will have more context, though, he set that part up
l
Not yet, linting is the last set of stuff we wanna think about - it's a nice to have but I don't think it's critical. You can add eslint to plasmo like any other typescript project and referencing them
This is for our monorepo, the nextjs mixing in is just for convenience.