mnahkies / openapi-code-generator

A code generation tool for openapi 3 / 3.1 specifications written in typescript, primarily aimed at generating typescript clients and server stubs. Other target languages may be added in future.
https://openapi-code-generator.nahkies.co.nz/
MIT License
17 stars 2 forks source link

feat: adopt biome for code formatting #129

Closed mnahkies closed 6 months ago

mnahkies commented 6 months ago

Replaces the use of prettier with https://biomejs.dev/ for code formatting.

This speeds up the formatting of the integration tests significantly, reducing the formatting execution time in CI from ~40% of total to ~10-20% with minimal change in output.

Will likely follow up by replacing eslint as well.