vscode-error-lens
vscode-error-lens copied to clipboard
ESLint Errors not showing?
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.
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.
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.
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.
I will assume that ESLint is not configured properly.