You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
eslint libraries were being listed as dependencies but not config was set. So an eslint config was added.
Same thing with prettier, it was listed as a dependency and executed on commit (not configured for ts files though) but some files were not formatted with it.
Some unused dependencies were removed from both dependencies and devDependencies.
Removed react-hot-loader because it was not proper configured. I have already a working version with react-refresh-webpack-plugin planned for a future PR.
Some libraries (mostly for the frontend part compilation) were upgrades in order to improve the generation of the bundle.
Some general cleanup: removed unused imports, unused declarations, etc.