Quramy / typescript-eslint-language-service

TypeScript language service plugin for ESLint
MIT License
246 stars 10 forks source link

[Question] Does this report eslint errors on lines that have parse errors? #808

Open ropbastos opened 2 weeks ago

ropbastos commented 2 weeks ago

Say I write an assignment and stop in the middle like

const foo =

Will it report both eslint and TS errors or just the TS errors?

If it could be made to only report the TS errors that'd be a pretty awesome advantage over the usual eslint extension configuration!

Thanks in advance :)