moonfire-nvr/ui-src
Scott Lamb aa25a85477 Fix a whole bunch of eslint errors
These apparently were silent until 92c532d mass-upgraded deps.
Apparently eslint returned status 0 despite errors before and now
returns 1.

Most of these were handled by its "--fix" option; I manually took care
of the remaining two:

/Users/slamb/git/moonfire-nvr/ui-src/lib/views/RecordingsView.js
  140:1  error  This line has a length of 82. Maximum allowed is 80  max-len

/Users/slamb/git/moonfire-nvr/ui-src/lib/views/StreamSelectorView.js
  72:1  error  This line has a length of 82. Maximum allowed is 80  max-len
2020-03-01 22:28:24 -08:00
..
assets preliminary web support for auth (#26) 2018-11-27 11:08:33 -08:00
lib Fix a whole bunch of eslint errors 2020-03-01 22:28:24 -08:00
NVRApplication.js Fix a whole bunch of eslint errors 2020-03-01 22:28:24 -08:00
favicon.ico favicon: security camera in orange/red circle 2018-03-12 22:47:44 -07:00
index.js A little more UI refactor, cleanup, eslint more strict (#54) 2018-03-25 22:18:56 -07:00