Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

vue/v-bind-style not showing warnings on version 0.5 #76

Closed
longtomjr opened this issue Dec 3, 2019 · 3 comments
Closed

vue/v-bind-style not showing warnings on version 0.5 #76

longtomjr opened this issue Dec 3, 2019 · 3 comments

Comments

@longtomjr
Copy link

Good day.
With the code

<error-message v-for="param in validationParameters" v-bind:error="!validationState[param]" :key="param" />

the warning and fix for v-bind-style does not trigger on version 0.5. After downgrading the error works again. Default nuxt config.

@clarkdo
Copy link
Member

clarkdo commented Dec 3, 2019

Can you check version of eslint, vue-eslint-parser and eslint-vue-plugin ?

@clarkdo
Copy link
Member

clarkdo commented Dec 3, 2019

BTW, are you using @nuxtjs/eslint-config@1.x ? If so, could you try to ugprade to v2 ? v2 has upgraded to eslint@6 and eslint-vue-plugin@6.

@longtomjr
Copy link
Author

Good day. Yes, updating eslint-config fixed the issue. Thanks

Kind Regards

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants