mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
eslint cleanup
This commit is contained in:
parent
627ee6d21e
commit
3dc39e11a5
6 changed files with 3 additions and 13 deletions
|
@ -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]){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue