typescript-eslint-language-service
typescript-eslint-language-service copied to clipboard
[Question] Does this report eslint errors on lines that have parse errors?
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 :)