Maxim Morev
Maxim Morev
@yeonjuan yes, such new rule looks good to me with parameter `{ spaceBeforeSelfClosing: boolean }` or similar. * I'm not familiar with the ESLint API for plugin developers. While this...
Works as expected, just change `_sprites` to your folder which contains subfolders with icons. ``` { test: /.svg$/, loader: 'svg-sprite-loader', options: { extract: true, spriteFilename: (name) => { return `${/_sprites([\\|/])(.*?)\1/gm.exec(name)[2]}.svg`;...
I experienced this as well. If both `@param` and `@returns` have no types, then the descriptions are misaligned 
This repository looks abandoned, so I got inspired and wrote a [new package for working with transitions](https://github.com/MorevM/vue-transitions). It supports Vue 3 and much more :)
@manniL feel free to move it in the right place if you can, the edge between "feature request" and "discussion about feature request" isn't fully clear to me, but I...
@danielroe I know about this recommendation, but it can't be used here as I noticed in issue text, last paragraph. What if I want to use JS, not TS? Or...
Good day @Matix-Media, First, to answer to your question: no, you can skip the `app.use()` call and use the transition components via direct import. Secondly, I can reproduce the problem,...
@danielroe I wrote a docs as promised in nuxt/nuxt.js#15447 Spelling corrections are welcome, also I'm not sure should I use object form of `components` key in docs or not? ```ts...
I also ran into an issue and spent half a day to figure out what was going on. Finally, I feel like a fool but: ```
Hello @firefoxic This is interesting, but after some thinking I actually think it should be two separate rules. I understand the motivation to combine everything into one, but it's about...