You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
however I am using a custom eslint setup with eslint-plugin-vue.
Therefore as stated in the documentation I disabled vetur.validation.template, which results in no TypeScript errors being shown in the template (I get type info though).
Is there any way to make the new feature work with a custom eslint setup?
Info
Problem
I want to use the new template interpolation feature for my Vue / TypeScript project.
It works fine with
however I am using a custom eslint setup with
eslint-plugin-vue
.Therefore as stated in the documentation I disabled
vetur.validation.template
, which results in no TypeScript errors being shown in the template (I get type info though).Is there any way to make the new feature work with a custom eslint setup?
Reproducible Case
Set
in your
.vscode/settings.json
.Configure
eslint
forTypeScript
andVue
. Example config:The text was updated successfully, but these errors were encountered: