I am using jsDocs with jsdoc-vuejs in a nuxt project. I keep getting parsing errors
ERROR: Unable to parse /project/components/Button/Button.vue: Unexpected token, expected "{" (58:15)
ERROR: Unable to parse /project/components/Feedback/Feedback.vue: Unexpected token, expected "," (39:16)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
none of this makes sense, since neither of these files fail when running yarn lint eg: eslint --ext .js,.vue --ignore-path .gitignore .
I am using jsDocs with jsdoc-vuejs in a nuxt project. I keep getting parsing errors
none of this makes sense, since neither of these files fail when running
yarn lint
eg:eslint --ext .js,.vue --ignore-path .gitignore .