eslint-- fix can"t fix
ask the boss for help
eslint-- fix can"t fix
ask the boss for help
.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
post your .eslintrc.json
Previous: Js traversal array