Look into cleaning up all the code with StandardJS or Prettier. Prettier seems to be much more popular, so likely go in this direction.
Make sure all code follows the same paradigms (camelCase, curly braces or lack thereof, splitting across lines, etc.).
Look into cleaning up all the code with StandardJS or Prettier. Prettier seems to be much more popular, so likely go in this direction.
Make sure all code follows the same paradigms (camelCase, curly braces or lack thereof, splitting across lines, etc.).