Skip to content

Instantly share code, notes, and snippets.

@VlnRbn
Last active March 5, 2020 10:14
Show Gist options
  • Save VlnRbn/f59de25af7fa5d8ab44de6fd6f9c50fb to your computer and use it in GitHub Desktop.
Save VlnRbn/f59de25af7fa5d8ab44de6fd6f9c50fb to your computer and use it in GitHub Desktop.
Common Vue errors: These are few errors i encountered while developing vue.js

Error: Failed to load config "@vue/prettier" to extend from.

Encountered during migration to typescript and adding prettier, Was using standard linting before.

npm i @vue/eslint-config-prettier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment