Pelle Wessman

Results 739 comments of Pelle Wessman

I'm no expert on this either but it looks sensible as a fix

Why everything in one large `.d.ts`? Also: You can try to use (still sometimes buggy) the `@import` to import instead of using typedef, eg: ```js /** @import { Foo }...

@JoshuaKGoldberg Posting thoughts pending a full review, thanks for pinging and asking 🙏

A PR is up in #5302 As for why: - See https://github.com/neostandard/neostandard#mission-statement - Used by many large node.js projects and even more if one count [`standard`](https://github.com/standard/standard) (which eg. has even...

Some benefits of an all in one tool: - It's an all in one tool – one doesn't need to add and maintain more than one - It's less likely...

> I don't think it is? If we're not using it for formatting then that's two tools, a formatter and a linter. What do you mean by "all in one"...

> Does neostandard provide every reasonable+good plugin that Mocha would want to use? That's not the goal of `neostandard`. As mentioned in https://github.com/neostandard/neostandard#mission-statement which I linked above it's: > neostandard...

> Running Prettier before ESLint strikes me as a misconfiguration. In a properly set up repository, you lint and then format. What tools are formatting and then linting? Formatting you...

> Why do we need to configure the style so much? So you want to use a predefined style setup but do not want to use a predefined linting setup...

> Should I file a separate issue suggesting using a separate formatter? I'm not too keen on pursuing adding that in the near future so maybe we'll wait with it