Lou Garczynski

Results 34 comments of Lou Garczynski

Another rule doesn't work: `match-component-file-name` Doc: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/match-component-file-name.md Issue: https://github.com/vuejs/eslint-plugin-vue/issues/667 ```vue // components/Normal.vue import { Component, Vue } from 'vue-property-decorator'; // @vue/component @Component export default class Lol extends Vue { render():...

This is still an issue, are there plans to fix it?

Same issue. It is especially bad if a component uses @Emit from `vue-property-decorator`, as any non-default type will cause similar errors

This happened to me because @Props and @Emit from vue-property-decorator were using typescript types as Objects. I couldn't fix it for emits, but for props you need to use "import...

Would enjoy this feature. My whole desktop uses arc-dark, and I would enjoy if my terminal would too, even gnome terminal supports this.

Thanks, sadly all the alternatives come with their drawbacks. Might try your solution.

Would love to see the tests fixed and this merged

Same problem, sadly it makes it impossible to use this on event the example vue project. Using the '@' as a shorthand for src is extremely common