Linus Unnebäck

Results 747 comments of Linus Unnebäck

I think this would be great as well, my own code is a total mix between `(err) => ...` and `err => ...`, sometimes even in the same project 😆...

Looking at the current eco-system impact of enabling `arrow-parens`: ```text "arrow-parens": ["error", "always"] # tests 271 # pass 246 # fail 25 # violations 696 ``` ```text "arrow-parens": ["error", "as-needed"]...

My vote also goes to `'arrow-parens': 'always'`

Would still like to see this ☺️ If anyone wants to make a PR against the config repo, and compile a report of how many repositories this would break, that...

Would still like to see this ☺️ If anyone wants to make a PR against the config repo, and compile a report of how many repositories this would break, that...

> I have a feeling that bundling prettier is not a worthwhile investment[...] Personally, this is one of the things I'm looking forward to the most! I've been in a...

@catalin-luntraru that seems like a good move, would you mind opening a separate issue for that, and maybe a PR as well?

Generally positive, although I prefer using the `[...]` syntax when I have an object that's being used as a map. Now, in most modern code it would just be a...

`application-config-path` is mine, I can fix it 👍 Funnily enough, it's exactly the case I described in my first comment and I actually think that the code will be a...

> [...] using the `[...]` syntax when I have an object that's being used as a map. I think this is what does it for me. JavaScript doesn't really have...