Skip to:
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.
This is being rolled into the pull associated with .
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.