how come when i start a new typescript project, eslint breaks?
Hey yall!
Im trying to get eslint setup and working with typescript in just a regular node project.
However its giving me this weird error:
4 Replies
in my package.json, i've already installed the eslint plugin
however it cant find it 😮
here is my eslint.cjs
anyone have any idea why my eslint is still not found?
i dont have any problems using eslint when using create t3 app, however when bootstrapping a random node project it works