Skip to content

Commit 9cf72b2

Browse files
fix(prefer-query-by-disappearance): fix rule name (#410)
Co-authored-by: Mario Beltrán Alarcón <[email protected]>
1 parent 6ab722b commit 9cf72b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/prefer-query-by-disappearance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
isBlockStatement,
1313
} from '../node-utils';
1414

15-
export const RULE_NAME = 'prefer-query-wait-disappearance';
15+
export const RULE_NAME = 'prefer-query-by-disappearance';
1616
type MessageIds = 'preferQueryByDisappearance';
1717
type Options = [];
1818

0 commit comments

Comments
 (0)