Mixed spaces and tabs issue fixed in Vue JS

If you ever encounter an error in Vue JS that says “mixed spaces and tabs”. You can fix it by simply running the following command:

npm remove @vue/cli-plugin-eslint

Removing the ESLint will fix this issue in your Vue JS app. Check out our more projects and tutorials on Vue JS here.

Video tutorial:

Leave a Reply

Your email address will not be published. Required fields are marked *