Skip to content

Commit 7c5cab0

Browse files
committed
remove eslint disable comment
1 parent 3e778b8 commit 7c5cab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/util/SortableSet.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* @template T item type in set
66
*/
77
class SortableSet extends Set {
8-
// eslint-disable-next-line valid-jsdoc
98
/**
109
* Create a new sortable set
1110
* @param {Array<T>=} initialIterable The initial iterable value

0 commit comments

Comments
 (0)