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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b320ff-2bdde.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b320ff-2bdde.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?