1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

eslint cleanup

This commit is contained in:
kkapsner 2019-12-24 00:32:50 +01:00
parent 627ee6d21e
commit 3dc39e11a5
6 changed files with 3 additions and 13 deletions

View file

@ -200,7 +200,7 @@
return function getConstantPixelRng(length, window, ignoredColors){
const rng = scope.nonPersistent.getValueRng(1024, window);
// eslint-disable-next-line max-params, no-unused-vars
// eslint-disable-next-line max-params
return function(r, g, b, a, i){
const index = String.fromCharCode(r, g, b, a);
if (ignoredColors[index]){