Fix: Linter warnings #137

Merged
KevinMidboe merged 7 commits from fix/linting-warnings into master 2022-08-20 15:21:25 +00:00
KevinMidboe commented 2022-08-19 11:50:54 +00:00 (Migrated from github.com)

Resolves or ignores all existing eslint issues in project.

Also improved:

  • Error handling using custom extended Error classes
  • Consistent controller catching of errors using error?.message & error?.statusCode or fallbacks
  • Set eslint ecmaversion to 2020
  • Changed lint rule of 3 spaces to 2 spaces
Resolves or ignores all existing eslint issues in project. Also improved: - Error handling using custom extended Error classes - Consistent controller catching of errors using `error?.message` & `error?.statusCode` or fallbacks - Set eslint ecmaversion to 2020 - Changed lint rule of 3 spaces to 2 spaces
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KevinMidboe/seasonedShows#137
No description provided.