Skip to content

Commit 92a2386

Browse files
committed
update error message
1 parent fc74669 commit 92a2386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default tsEslint.config(
119119
'error',
120120
{
121121
selector: 'BinaryExpression[operator="in"][left.type="Literal"]',
122-
message: 'Prefer a type guard function with `keyof` instead of raw `in` checks. See AWSUI-59006.',
122+
message: 'Prefer a type guard function with `keyof` instead of raw `in` checks.',
123123
},
124124
],
125125
'no-warning-comments': 'warn',

0 commit comments

Comments
 (0)