Skip to content

Normalise and combine helpers and constants files

Axel Bocciarelli requested to merge helper-cleanup into master
  • Rename helpers and constants files to camelCase.
  • Rename constants to CONSTANT_CASE.
  • Combine single/simple helpers and constants into index.js file in their respective folders.
  • Refactor getContainerSize and rename to getCurrentBreakpoint (and combine related constants into new BREAKPOINTS object).
  • Remove unused helper and qs library.
Edited by Axel Bocciarelli

Merge request reports