Skip to content

Commit 872e394

Browse files
committed
Set initial cet
1 parent 2b5dc12 commit 872e394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-unused-state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function getInitialClassInfo() {
5454
// shadowing, assignments, etc. To keep things simple, we only
5555
// maintain one set of aliases per method and accept that it will
5656
// produce some false negatives.
57-
aliases: null
57+
aliases: new Set()
5858
};
5959
}
6060

0 commit comments

Comments
 (0)