brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

pc/at - add eslint to project #540

Open pconrad opened 1 year ago

pconrad commented 1 year ago

In this PR, we add eslint to the project for linting the Javascript code

With eslint installed, you can type:

npx eslint --fix app/javascript

and get a list of issues that should be addressed in the Javascript code.