vscode-error-lens icon indicating copy to clipboard operation
vscode-error-lens copied to clipboard

ESLint Errors not showing?

Open arkmech opened this issue 1 year ago • 1 comments

Working with *.svelte files.

Svelte parsing errors and TS errors show.

For some reason ESLint errors don't show. I know I have lots of errors too.

When I run eslint ., get bunch of errors in terminal.

arkmech avatar Jul 21 '24 10:07 arkmech

Which version eslint are you using? It seems that in angular projects with eslint 9 errors are also not showing up in .ts files, they do with eslint 8.

kle-pra avatar Aug 21 '24 09:08 kle-pra

When using ESLint 9 or later in a Next.js 15 project, errors are not displayed correctly in .tsx files. However, ESLint 8.57.1 works as expected, showing the errors correctly.

FedeHide avatar Nov 17 '24 01:11 FedeHide

Does editor show squiggly underline for errors/warnings? If VSCode doesn't render those problems => then this is not a problem with Error Lens extension.

squiggly

usernamehw avatar Nov 27 '24 10:11 usernamehw

I will assume that ESLint is not configured properly.

usernamehw avatar Dec 20 '24 09:12 usernamehw