10

I have ESLint enabled in the Tools/Options under Text Editor/Javascript/TypeScript/Linting/General:

enter image description here

but I don't see any evidence that it's actually working. I tried writing code that triggers ESLint in VS Code, but nothing is happening in Visual Studio 2019. For reference, it's a .NET Core Web Project.

What am I missing?

P.S. Not sure if VS 2019 uses, but I do have ESLint installed (via NPM) and working in Visual Code.

0

1 Answer 1

2

Visual Studio didn't support Typescript at the time this question was asked. For anyone viewing the question now, as of VS 2019 version 16.5, it finally supports Typescript:

https://github.com/microsoft/JSTSdocs/blob/master/articles/editor/linting.md

Not the answer you're looking for? Browse other questions tagged or ask your own question.