Sergii Rudenko

Results 18 comments of Sergii Rudenko

No, but I'll fix it soon

Hi @NickHeiner , Sorry for the delay. I'm glad that ts-migrate helped you with migration! Some of those changes would definitely be nice to merge into the ts-migrate. Those seem...

@edsrzf I think it's a cool idea! > Plugins may have to be more defensive about validating the options that come in, since they may come from a configuration file...

Let's go with JSON then, if that's good with you. It would also be simpler in terms of parsing and consistent. Thanks for writing a proposal and working on this,...

@edsrzf > Alright, so we're happy with JSON. We need better validation of plugin options. Is there anything else blocking this proposal? I think we're all good here! > For...

Yes, it's possible! We didn't have any flow code at Airbnb, so there was no reason for us to do this, but if someone wants to pick it up -...

@NickHeiner Sorry for the delay! You missed one test in the `ts-migrate` main package. Updated and will merge after the build :)

This error is coming from [eslint-fix plugin](https://github.com/airbnb/ts-migrate/blob/fe1b6021783b1ef5c4b8fa310b96a44779cc77bd/packages/ts-migrate-plugins/src/plugins/eslint-fix.ts#L26). It's probably the problem with eslint set up on the project or with something related to this area. We probably need to change...

could you please try the latest version?