Christopher Hiller
Christopher Hiller
Cool project. The tempo randomly lags a bit on iPhone. I wonder if this is a Safari iOS issue, or if Android devices have the same problem. It does make...
Given: ```js /** * A thing that does stuff * @template {any[]} [T=import('foo').Something] * @param {T} values Stuff. */ function doStuff (values) { } ``` Invoking prettier will result in...
Here's an example of the default tag ordering applied to a docstring:  TS does not like this:   I can workaround this with a custom order, but the...
This adds a plugin system so we can separate things like rules (and eventually package manager implementations from the main codebase), and others can write custom plugins providing the same....
I want to be able to use `AbortSignal` and `execa` only supports that in ESM-only versions. Node supports it natively, so wrapping `spawn` seems reasonable To do this, the default...
The default package manager is `npm@latest`, but that should probably be `npm@system`. That is whatever `npm` is in your `PATH`. Since `system` is not a dist-tag used by any package...
given the ballooning featureset, I'm not sure if the `README.md` is really going to cut it anymore. need a docs site.
Given we want to use a single config file, and certain workspaces may need to override certain settings, we should figure that out. This would mimic what ESLint does. Might...