Intellisense not showing errors on not imported

Hey there! For some reason, I don’t see any errors in Cursor.so. Here on the screenshot: I don’t import BardBot, but Editor says nothing.

Context:
I’m working on JS project with Firebase and other regular stuff. Package.json is correctly setup, node modules available.

what i tried:
0. Tried going through 10 different settings that somehow mentioned linting or highlighting errors in the Editor

  1. Tried to setup Tsdk manually in Cursor’s VSCode settings — pointed it to globally installed

I know I could try setting up Eslint extension and enable it to check code — but I remember VSCode always showing errors even without setting up any linter.

Any other ideas why I don’t see errors like the one I showed?

Hi @VitalyKrenel

Are you sure VSCode shows errors by default? I’ve been using ESLint for a while, so I can’t confirm that. Also, some language extensions can act as linters too.