mrjono1 / joi-to-typescript

Convert Joi Schemas to TypeScript interfaces
MIT License
124 stars 39 forks source link

Support description/example indentation #407

Closed cmaster11 closed 7 months ago

cmaster11 commented 7 months ago

The use-case for this is plain readability when writing descriptions/examples, so they can be aligned with the various objects' keys in the code.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3e7036a) 98.75% compared to head (a9cdde0) 98.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #407 +/- ## ========================================== + Coverage 98.75% 98.77% +0.02% ========================================== Files 9 9 Lines 560 573 +13 Branches 215 218 +3 ========================================== + Hits 553 566 +13 Misses 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mrjono1 commented 7 months ago

when you are ready for me to release all these changes increase the package.json version to 4.11.0 and i can do a quick release to npm