clayplumridge / initiative-tracker

0 stars 0 forks source link

Add an eslint config #3

Closed clayplumridge closed 3 years ago

clayplumridge commented 3 years ago

Does three things:

  1. Installs eslint and establishes a basic config
  2. Adds a linting step to the CI process to make sure code is in compliance
  3. Runs the linting config with the autofixers, and then a few fixes by hand for the rule that can't be autofixed. Yet.