Metadata
Description
We have recently discussed updating a least a few rules in our ESLint configuration. These are:
- unused-vars: We have various unused variables scattered throughout the codebase.
- no-var: We currently have a single use of var in App.js
- 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.