Anthony Fu

Results 1228 comments of Anthony Fu

I'd suggest using type casting, or ts-ignore in this case. It's the issue of upstream eslint/typescript-eslint, there is not much we could do here.

Thanks! But I meant to have it on the userland more, as this is not complicated to implement (3 lines of code). On the other hand, to have it as...

I guess we could have a slider, PR welcome if you want to work on that!

What do you mean? Can you elaborate more what do you expect?

Can you elaborate on what you are expecting?

It's deps on if you want only `linting` or also `formatting`. Nuxt eslint-config is unopinionated, meaning it does not format your files. You can use a formatter like Prettier along...

With https://github.com/nuxt/eslint/pull/332 it should improve the situation. We will also try to introduce a more "opiniated" config for opt-in as we go.

Couldn't you also install `next` in your top-level package.json?

It sounds like a bug. While this is a bit niche, I currently don't have enough bandwidth to investigate on this - pr welcome if anyone wants to give it...