neoclide / coc-vetur

Vue language server extension for coc.nvim
219 stars 7 forks source link

vue/attribute-hyphenation with vue's dynamic argument #32

Closed vhoyer closed 4 years ago

vhoyer commented 4 years ago

When using vue's dynamic argument feature, I get the following warning.

image

This is wrong because if you see the documentation is a totally valid syntax :D

The worse thing is that, as I have autoFixOnSave (coc-eslint) set to true on coc settings my code gets "fixed" to :-link-attribute-="linkUrl"

vhoyer commented 4 years ago

sorry for the trouble, looking more closely, is not at all a problem from coc-vetur: https://github.com/vuejs/eslint-plugin-vue/issues/1106