Is your feature request related to a problem? Please describe.
When I updated my repository to biome 2.4.14 and used some new features in the biome.json config treefmt validated against the schema version 2.1.2. I deactivated the validation for now and will try to open a PR with a solution in the current system.
Describe the solution you'd like
The json could be validated against the schema json which is already packaged with biome (under <store path>/share/schema.json) which would reduce the complexity.
Describe alternatives you've considered
I will open a PR updating the current system since it works but my knowledge about implementing the new system is limited.
Is your feature request related to a problem? Please describe.
When I updated my repository to biome 2.4.14 and used some new features in the biome.json config treefmt validated against the schema version 2.1.2. I deactivated the validation for now and will try to open a PR with a solution in the current system.
Describe the solution you'd like
The json could be validated against the schema json which is already packaged with biome (under
<store path>/share/schema.json) which would reduce the complexity.Describe alternatives you've considered
I will open a PR updating the current system since it works but my knowledge about implementing the new system is limited.