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
slogged
slogged•14mo ago
in my package.json, i've already installed the eslint plugin
slogged
slogged•14mo ago
however it cant find it 😮 here is my eslint.cjs
slogged
slogged•14mo ago
slogged
slogged•14mo ago
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