Closed yunnysunny closed 8 months 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?
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
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?