We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc74669 commit 92a2386Copy full SHA for 92a2386
eslint.config.mjs
@@ -119,7 +119,7 @@ export default tsEslint.config(
119
'error',
120
{
121
selector: 'BinaryExpression[operator="in"][left.type="Literal"]',
122
- message: 'Prefer a type guard function with `keyof` instead of raw `in` checks. See AWSUI-59006.',
+ message: 'Prefer a type guard function with `keyof` instead of raw `in` checks.',
123
},
124
],
125
'no-warning-comments': 'warn',
0 commit comments