lint should check all relevant js files
issue #1422 (closed)
this PR adds the js files in the src/
directory (subdirectories were already included previously) to the lint
check and resolves the relevant errors.
once again some eslint
config changes were required because i'm unable to fix them at the present time:
-
no-eval
: eval is used at one point in the code -
no-new
involves side effects andnew
- this is used for Drops