button-inc / digital_marketplace

The intent of this development is to build a product that will support digital procurement needs for the BC Government including services such as, but not limited to, Sprint With Us, Code With Us, The Procurement Concierge.
Apache License 2.0
0 stars 0 forks source link

Fixing eslint rule errors #37

Closed BryanGK closed 2 years ago

BryanGK commented 2 years ago

ref #25

As a developer, I want to fix the errors from eslint in order of priority, so that we can get the health of the codebase to a manageable level.

DoD:

BCerki commented 2 years ago

The three big ones are: "no-undef": "off" "no-fallthrough": "off"--addressed in https://github.com/button-inc/digital_marketplace/pull/40 "no-duplicate-case": "off"--addressed in https://github.com/button-inc/digital_marketplace/pull/41