AlexGilleran / jsx-control-statements

Neater If and For for React JSX
https://www.npmjs.com/package/babel-plugin-jsx-control-statements
MIT License
1.62k stars 64 forks source link

ESLint autofix #98

Closed serhiipalash closed 3 years ago

serhiipalash commented 3 years ago

Hi! Thank you for such a great tool!

We have a huge codebase, is it possible to migrate the whole code on jsx-control-staements at once using some util or ESLint --fix option?

AlexGilleran commented 3 years ago

Hi @serhiipalash - it'd certainly be possible but I don't know of anything that already exists to do it :)

serhiipalash commented 3 years ago

@AlexGilleran I understand, thx