I'm currently working on generating Biome configuration files and was close to creating a PR for this feature π§ββοΈ After more thorough consideration, I realized I could implement a code generator that automatically creates the API surface for all available configuration schemes out there.
This code generator would fetch all JSON schemas from the JSON Schema Store, then create the necessary factory functions and corresponding type definitions for each particular schema.
With this in place, π§ββοΈ would support all possible schemas out of the box (or at least Biome, Prettier, GitHub Actions, etc. π¬).
I'm currently working on generating Biome configuration files and was close to creating a PR for this feature π§ββοΈ After more thorough consideration, I realized I could implement a code generator that automatically creates the API surface for all available configuration schemes out there.
This code generator would fetch all JSON schemas from the JSON Schema Store, then create the necessary factory functions and corresponding type definitions for each particular schema.
With this in place, π§ββοΈ would support all possible schemas out of the box (or at least Biome, Prettier, GitHub Actions, etc. π¬).