Skip to content

Commit

Permalink
Silence the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 8, 2021
1 parent fc79639 commit cd08b33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd08b33

Please sign in to comment.