DEV Community

Agik Setiawan
Agik Setiawan

Posted on

Fixing Eslint in Vue 3 with Typescript Visual Studio Code

I have problem Eslint Error when working with Vue 3 and Typescript template. Errors are shown because Vetur is not compatible with Typescript.

Solutions:
Uninstall Vetur from Visual Studio Code extension

Install extension called "volar"

Volar is official extension from Vue creator

Top comments (1)

Collapse
 
jeekwar profile image
jeekwar

this solution is very helpfully