Michał Sajnóg
Michał Sajnóg
Interestingly, I also tried using vue-tsc with Vue 2, and itself it works when you additionally install `@vue/runtime-dom`, but when I enable `vueTsc` in this plugin - it doesn't report...
I think it's doable, but not as straightforward as it might seem :)
Yeah, plus if we add the `fix` method we'd have to implement reversed functionality aswell. Because if you try to fix (add) empty lines while your properties are unordered you'll...
Hey, thanks for pointing this @ahmadsoe! It's because right now we're checking if route is actually a route by looking at file path. So if path to your file ends...
cc @Turbo87 ☝️
Oh, true @t-sauer. Then I think we should add this to recommended config.
Ok, so it looks like indeed having a dedicated rule will be most valuable in this case.
Sure, that would be really cool @alexlafroscia Great to see your interest in this! :)
Yeah, there are quite a few edge cases. Take your time, and if you'll need me to continue working on this that's fine too. I believe it's quite regular ESLint...
Ah, ok. It's a good idea to change it for all rules. I'll create separate issue for that :)