cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Update ESLint and fix warnings #36

Closed Carifio24 closed 2 years ago

Carifio24 commented 2 years ago

This PR updates our ESLint TypeScript rules to include a pattern for unused variables (they should start with an underscore). This also includes a few bits of code cleanup to remove linting warnings.