DevelopingSpace / starchart

A self-serve tool for managing custom domains and certificates
MIT License
20 stars 13 forks source link

Add more ESLint rules #102

Closed humphd closed 1 year ago

humphd commented 1 year ago

In https://github.com/Seneca-CDOT/starchart/pull/92#discussion_r1095838935 we've discussed some new ESLint rules we'd like to add/enforce with tooling:

  1. Mandatory bracing - https://eslint.org/docs/latest/rules/curly
  2. Use of proper logging over console.log - https://eslint.org/docs/latest/rules/no-console
ghost commented 1 year ago

I can take this, should be very quick

humphd commented 1 year ago

NOTE: #2 depends on the logger being added in #93.