mrjono1 / joi-to-typescript

Convert Joi Schemas to TypeScript interfaces
MIT License
126 stars 40 forks source link

remove semicolon by setting #318

Closed yunnysunny closed 8 months ago

yunnysunny commented 1 year ago

Describe the bug Some project set the rule of never using semicolon in eslint. joi-to-typescript generate file with semicolon in all lines. Can we supply a custom configure in setting to remove it?

mrjono1 commented 1 year ago

I've thought about more eslint support, but not high on my list, I'm open to PRs My suggestion is to run eslint --fix after generating the files