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
I have setup a working example for the new ESLint integration from Volar.
Currently it works for basic TS type aware rules, but ESLint still has issues to understand the type of an imported Vue SFC (which Volar in VSCode understands).
The text was updated successfully, but these errors were encountered:
It seems that linting is still based on eslint-plugin-vue rather than @volar/eslint, I think @antfu/eslint-config is using eslint-plugin-vue/vue-eslint-parser behind the scenes. Can you try to reproduce the problem without using @antfu/eslint-config?
Repro: https://github.com/DrJume/vue-volar-eslint/blob/17fc9afea8a7386096478c5742fd86140baaed64/src/App.vue#L12
I have setup a working example for the new ESLint integration from Volar.
Currently it works for basic TS type aware rules, but ESLint still has issues to understand the type of an imported Vue SFC (which Volar in VSCode understands).
The text was updated successfully, but these errors were encountered: