We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab722b commit 9cf72b2Copy full SHA for 9cf72b2
lib/rules/prefer-query-by-disappearance.ts
@@ -12,7 +12,7 @@ import {
12
isBlockStatement,
13
} from '../node-utils';
14
15
-export const RULE_NAME = 'prefer-query-wait-disappearance';
+export const RULE_NAME = 'prefer-query-by-disappearance';
16
type MessageIds = 'preferQueryByDisappearance';
17
type Options = [];
18
0 commit comments