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 am using jsDocs with jsdoc-vuejs in a nuxt project. I keep getting parsing errors
ERROR: Unabletoparse/project/components/Button/Button.vue: Unexpectedtoken,expected"{"(58:15)
ERROR: Unabletoparse/project/components/Feedback/Feedback.vue: Unexpectedtoken,expected "," (39:16)
errorCommandfailedwithexitcode1.infoVisithttps://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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: