groupme-js / node-groupme

The only GroupMe API library for NodeJS that isn't a million years old.
https://groupme.js.org
MIT License
27 stars 11 forks source link

[Style] Run ESLint/Prettier #80

Closed not-so-smart closed 2 years ago

not-so-smart commented 2 years ago

This PR cleans up the codebase, running Prettier and solving ESLint issues.

Also adds a VSCode task for running ESLint and Prettier, and an extensions.json file with VSCode extension recommendations for the workspace (mainly, prettier and eslint helpers)

Also, since this includes a giant commit which includes all source files and will likely be shown on GitHub for a long time, I thought this might be a good opportunity to start adopting the Conventional Commits standard.