C2LC-223: Update linting rules.

Metadata

Source
C2LC-223
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-09-10T04:44:37.582-0400
Updated
2020-09-22T09:03:38.695-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.4
Component
  1. Coding Environment

Description

We have recently discussed updating a least a few rules in our ESLint configuration. These are:

  1. unused-vars: We have various unused variables scattered throughout the codebase.
  2. no-var: We currently have a single use of var in App.js
  3. prefer-const: Quite a few examples of this, I thought I was the only one.

Comments

  • Tony Atkins [RtF] commented 2020-09-16T07:58:41.280-0400

    This is being rolled into the pull associated with C2LC-221.