Skip to content

Commit

Permalink
chore: turn off no-unused-vars for the sink base class
Browse files Browse the repository at this point in the history
We want them for JSDoc
  • Loading branch information
wkillerud committed Jul 23, 2024
1 parent ef9004f commit 8feaaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
export default class Sink {
/**
* @template [T=unknown]
Expand Down

0 comments on commit 8feaaaf

Please sign in to comment.