[Solved] Eslint Error: Parsing error: x-invalid-end-tag

Eslint Error: Parsing error: x-invalid-end-tag

Solution:

Step 1: modify the self closing tag configuration in the. Eslintrc.js file

'vue/no-parsing-error': [2, { 'x-invalid-end-tag': false }]

Step 2: restart the project

npm run dev

Read More: