lockbox-datastore icon indicating copy to clipboard operation
lockbox-datastore copied to clipboard

(chore) clean up `var` uses

Open linuxwolf opened this issue 7 years ago • 0 comments

There are some places where var is used and shouldn't be, or is used by ought to be ignored.

  • [ ] remove all instances of var from lib/ and test/
  • [ ] check on var use in build-utils and either eslint-ignore or change to let / const
  • [ ] remove "no-var": "off" rule from

linuxwolf avatar Dec 07 '17 19:12 linuxwolf