Flo Edelmann

Results 458 comments of Flo Edelmann

That is wrong. See the section a bit further down in the docs, there is an example of `` with `key`: https://vuejs.org/guide/essentials/list.html#maintaining-state-with-key If you don't like it, you can disable...

Hmm, is this a common problem? Doesn't the syntax highlighting in the editor already tell that it is in the wrong place? But I guess this rule could be added...

@pauliesnug PR welcome! That doesn't even have to wait for v10 because it's not a breaking change.

Maybe, to build upon the current syntax (which looks like CSS selectors), something like this? But it's quite verbose for a possibly common use case. ```json { "vue/padding-line-between-tags": ["error", [...

`excludeConditional` has the problem that you can't enforce no blank lines between conditional tags. `"non-conditional"` option in `blankLine` has the problem that you can't use it together with `consistent`. `conditional`...

I had a quick look at the test cases (at https://github.com/vuejs/eslint-plugin-vue/compare/master...LoiLock:eslint-plugin-vue:master). Could you please change the first two added `valid` cases like this, to make it more clear what happens:...

Shameless plug (and a bit off-topic): This was one of the reasons for me to create the [`vue-ts-types` module](https://github.com/FloEdelmann/vue-ts-types). Maybe it's helpful for someone.

Why do you want to use `@update:model-value=""`? It doesn't do anything, does it?

I'm not sure whether it should be allowed as a default. But I can see your use case. What do you think about an `allowEmpty: true` parameter (false by default)?