Sam Verschueren

Results 126 comments of Sam Verschueren

> Well, the editor plugin for VSCode is a bit lacking Probably referring to this one https://github.com/SamVerschueren/vscode-linter-xo/issues/7. Currently don't really have much time to reimplement the entire plugin. But PR...

I agree with @jfmengels. I have even disabled it on some files at work because of those "issues". It would've been nice if we could define a maximum number of...

> It might just be something you need to warm up to. When I started using `XO`, I had to change a lot of my previous practices. It's all frustration...

I'm 👍 on `warning`. I feel `skip` is a little bit the same as a `TODO` comment. Eventually you want them out, but they can be darn handy to not...

You can always overwrite it in the config rules. It's more about "what's the best default for this rule".

It shouldn't be an option in my opinion, it should be the default. I never saw someone importing a file from a parent directory with `./..`.

I know this already is quite old. But I'm in the same situation. I want to redirect from an empty route to another route with dynamic params. Now I have...

Hey @alvarlagerlof. I'm looking into this issue again, and it looks like the repository you linked now (kinda) works. If I open https://stackblitz.com/~/github.com/scoreboarder/website, then I get some output. However, there's...

@oliviertassinari We made some fixes internally. It seems to work now if you remove the `.babelrc` file. Can you test it again? https://stackblitz.com/edit/github-tpvrv1 [EDIT] Oh wait, do we add that...

Ok, apparently we do add that `.babelrc` because it was needed for older Next.js projects. I'm figuring that out right now as I think we can actually remove it.