mediaelement-plugins
mediaelement-plugins copied to clipboard
quality.js: lint / Redundant double negation
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 ?