This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
v0.4.0
This release introduces a bunch of internal changes to fix some bugs and improve development.
- Remove React Codemod from the project and use
babel-plugin-transform-react-createelement-to-jsx
. This had some issues with the installation process with yarn, also it made the script more complicated as jscodeshift can only work on saved files. Fixes #4 - Fix issue with local eslint not being used. #11
- Use prettier-eslint and remove
--eslint-fix
option. From now on the script will automatically run eslint via prettier-eslint tool which will try to use eslint if it is available. - Build the project with babel. The source files are now written with es-next imports and syntax. The script is built with before publishing to npm
- General file structure re-organization