Skip to content

Commit bd2e2e3

Browse files
committed
chore: pr review change
1 parent b827d6b commit bd2e2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/jsx-handler-names.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ ruleTester.run('jsx-handler-names', rule, {
197197
)
198198
}
199199
`,
200-
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLib**'] }],
200+
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLib*'] }],
201201
},
202202
]),
203203

@@ -399,7 +399,7 @@ ruleTester.run('jsx-handler-names', rule, {
399399
)
400400
}
401401
`,
402-
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLibrary**'] }],
402+
options: [{ checkLocalVariables: true, ignoreComponentNames: ['MyLibrary*'] }],
403403
errors: [
404404
{
405405
messageId: 'badPropKey',

0 commit comments

Comments
 (0)