Eslint-plugin-vue: I can't disable 'vue/require-v-for-key': 0 in my eslintrc file

Created on 3 Sep 2020  路  2Comments  路  Source: vuejs/eslint-plugin-vue

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.

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gluons picture gluons  路  4Comments

nirazul picture nirazul  路  3Comments

prograhammer picture prograhammer  路  3Comments

armano2 picture armano2  路  4Comments

filipalacerda picture filipalacerda  路  4Comments