Skip to content

Commit

Permalink
feat: explude from lint for now
Browse files Browse the repository at this point in the history
  • Loading branch information
twhite313 committed Dec 23, 2024
1 parent 487dcf5 commit 2dabf8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eds/scripts/color-filter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
class Color {
constructor(r, g, b) {
this.set(r, g, b);
Expand Down

0 comments on commit 2dabf8e

Please sign in to comment.