lockbox-datastore
lockbox-datastore copied to clipboard
(chore) clean up `var` uses
There are some places where var is used and shouldn't be, or is used by ought to be ignored.
- [ ] remove all instances of
varfromlib/andtest/ - [ ] check on
varuse inbuild-utilsand either eslint-ignore or change tolet/const - [ ] remove
"no-var": "off"rule from