mediaelement-plugins icon indicating copy to clipboard operation
mediaelement-plugins copied to clipboard

quality.js: lint / Redundant double negation

Open karawitan opened this issue 5 years ago • 0 comments

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 ?

karawitan avatar Mar 16 '20 15:03 karawitan