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
Using the example volar.config.js from the README I get a parsing error right in the config itself:
and at the very start of every .vue file, right in the <template> tag:
Parsing error: "parserOptions.programs" has been provided for @typescript-eslint/parser.⏎The file was not found in any of the provided program instance(s): components/SoAndSo.vue
Using the example
volar.config.js
from the README I get a parsing error right in the config itself:and at the very start of every
.vue
file, right in the<template>
tag:Here is my
.eslintrc.cjs
file:And here are some relevant dependencies I have installed:
The text was updated successfully, but these errors were encountered: