This just started happening today which is weird.
I tried to disable:
'vue/require-v-for-key': 0,
in my eslintrc, but it still gives me an error. I'm in VSCode. Latest eslint package.
Please refer to the FAQ.
@ota-meshi very annoying you would tell me to look at the FAQ rather than giving me the answer.
I found out I have Vetur installed and I had to add
"vetur.validation.template": false,
to my settings.
Most helpful comment
@ota-meshi very annoying you would tell me to look at the FAQ rather than giving me the answer.
I found out I have Vetur installed and I had to add
"vetur.validation.template": false,
to my settings.