evently-cloud / cli

Evently Command-Line Interface
Apache License 2.0
1 stars 0 forks source link

Adding ESLint #12

Closed evert closed 1 year ago

evert commented 1 year ago

I split this PR in 3 commits:

  1. The rules
  2. The changes eslint was able to automatically do.
  3. Manual changes I had to make to remove the final errors (mostly unused variables)

Happy to make changes to the rules if there's anything you don't like about the style it decided on, and also happy to elaborate on why I made certain choices. Some are obviously stylistic, but there's also a few that help reduce bugs.

mattbishop commented 1 year ago

Looks good, merge when ready.