mediaelement / mediaelement-plugins

Plugins for the main mediaelement project
405 stars 137 forks source link

quality.js: lint / Redundant double negation #167

Open karawitan opened 4 years ago

karawitan commented 4 years ago

Hi,

when linting, I see the following errors for the quality.js plugin;

mediaelement-plugins/src/quality/quality.js
   99:9   error  Redundant double negation                            no-extra-boolean-cast
  110:16  error  Redundant double negation                            no-extra-boolean-cast
  398:37  error  'currentQuality' is assigned a value but never used  no-unused-vars

someone out there to take a look ?