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:
- When using iView, report: no parsing error parsing error: x-invalid-end-tag solution
- Parsing error:x-invalid-end-tag [How to Solve]
- [Solved] vue Project Error: react lazy eslint error Parsing error: Unexpected token import
- [Solved] ESLint: Parsing error: Unexpected token(prettier/prettier)
- [Solved] Syntax Error: Error: No ESLint configuration found & TypeError: eslint.CLIEngine is not a constructor
- OTS parsing error: invalid version tag [How to Solve]
- [Solved] VUE D:\project\vueProject\vue-02\src\components\hello.vue 5:5 error Parsing error: x-invalid-end-tag
- [Solved] Vue 3 Script Setup ESLint Error: ‘defineProps‘ is not defined
- [Solved] Vue eslint Error: Component name “*****“ should always be multi-word
- [Solved] Vue3.0 Error: The component has been registered but not used vue/no-unused-components, Close eslint
- vue eslint error ‘process‘ is not defined no-undef [How to Solve]
- Vscode save Vue format eslint check error [How to Solve]
- [Solved] ESLint error: Newline required at end of file but not found (eol-last)
- ERROR in [eslint] ESLint is not a constructor (How to Solve)
- [Solved] Parsing error: No Babel config file detected for XXX
- How to Solve Vscode save Vue file eslint error
- [Solved] Errors: 1 http://eslint.org/docs/rules/quotes…elementUI Import Error
- [Solved] ESlint Create New File Error: Component name “Home” should always be multi-word.
- [Solved] ESLint:TypeError: this.CliEngine is not a constructor
- [Solved] Vue Project startup error: no eslint configuration found