Skip to content

lint should check all relevant js files

Tristan Kernan requested to merge github/fork/tristanmkernan/issue/1422 into master

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 and new - this is used for Drops

Merge request reports