Skip to content

Remove dead code and use shorthand arrow functions

Axel Bocciarelli requested to merge dead-code into master
  • I used ts-prune to find unused exports. I left a few unused actions, API helpers and mocked data objects just in case.
  • I used a multi-line regex and the JavaScript Booster extension for VSCode to change longhand arrow functions to shorthand.

Merge request reports