Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to detect all Typescript and ESLint errors in NextJS project, not just in opened files?

I am working on a NextJS project and I want to see the errors and warnings from all the project, not just from opened files.

How can I do this ?

like image 803
ABC Avatar asked Jan 24 '26 04:01

ABC


1 Answers

I'm assuming your using vscode. There is an experimental feature which is described in this answer which can enable project wide checks:

"typescript.tsserver.experimental.enableProjectDiagnostics": true
like image 122
Mirco S. Avatar answered Jan 25 '26 20:01

Mirco S.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!