Linus Unnebäck

Results 747 comments of Linus Unnebäck

@mightyiam that specific plugin doesn't support `require`, that is probably going to be quite a big problem for us? 🤔

> Only where they are mixed. Do you mean that it won't touch `require`s, and only concern itself with the imports? I don't have a strong opinion on which plugin...

Which is the two you don't want? You can just do like this and it will only extract those variables. ``` js const { a, b } = obj ```

I personally like having everything out of the box, even though most of my projects doesn't use JSX syntax ☺️ There is also talk about bringing in TypeScript support out...

> [...] but people do assume that it won't change working code into a non-working state. I have yet to se it demonstrated that it turns any code into a...

It usually clashes with the ugly way that express defines handles error handlers... I brought it up here https://github.com/feross/standard/issues/216#issuecomment-127569835 and here sindresorhus/xo#6 Although I would actually be in favour of...

It might be a good idea to open up discussion about this again, and to run thru the tests and see how many repos would be affected by changing this...

Yeah, me too. But it's literally the only place I have this problem though, which makes it a bit annoying since it could catch other bugs...