ScottyLabs / course-api-v2

📃 A REST API for retrieving CMU course information and faculty evaluation data
8 stars 0 forks source link

Fix ESLint configuration #44

Closed hdavidethan closed 2 years ago

hdavidethan commented 2 years ago

Description

When we first started this project, we used Babel to assist in using the cleaner ESM syntax. Now that this syntax is natively supported by Node.js, I removed Babel completely and replaced it with Node's import system. I also set up lint checking with GitHub Actions and removed Travis since that is no longer being used.

The scraper code is now in the new scraper repo and removed from this repository.

Closes #38

Type of change

How Has This Been Tested?

This PR should include the new lint check on GitHub Actions. This check passes. Additionally, you can test the linter locally using npm run lint.

Test Configuration:

Checklist: