Closed
Description
I have made a ton of rules which have double negation in their name, e.g. vue/no-invalid-v-for
.
However, double negations are a bad choice.
Do we have the chance that we rename those rules before the official release?
For example:
vue/no-invalid-v-for
→vue/validate-v-for
or something like.
Though, I'm not sure that it's valuable even if compatibility confusion happens... 🤔