VUE ESLint detects the jsx file error Parsing error: Unexpected token =.

clipboard.png

clipboard.png

eslint-- fix can"t fix

ask the boss for help

Mar.16,2022

.eslintrc.js file `plugins: [

'html',
'vue',
'jsx'

] `add 'jsx'


do you know how to change it? I have the same situation


how to change it? It seems that we are studying the same project ~


I am also learning, just watching. Excuse me, do you know what the problem is?


"parser": "vue-eslint-parser",
"plugins": [

"html"

],
try adding the two to the .eslintrc.js file respectively, or add

together.

post your .eslintrc.json

Menu