From cd08b3317d06782490fbfb76acbdad6d20c227d4 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sun, 8 Aug 2021 20:48:24 +0200 Subject: [PATCH] Silence the linter --- js/animation.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/animation.js b/js/animation.js index 049adc9c..610411da 100644 --- a/js/animation.js +++ b/js/animation.js @@ -60,12 +60,14 @@ } })(function($) { class Renderer { + /* eslint-disable no-unused-vars */ constructor(render, { color = '#cccccc', background = 'black', font = 'monospace', char = {width: 7, height: 14} } = {}) { + /* eslint-enable no-unused-vars */ this._options = { background, color,