Skip to content

Commit 625c9aa

Browse files
devTeaaota-meshi
andauthored
Update test case event name with regex
Co-authored-by: Yosuke Ota <[email protected]>
1 parent ff2f95d commit 625c9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/custom-event-name-casing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ tester.run('custom-event-name-casing', rule, {
225225
}
226226
</script>
227227
`,
228-
options: [{ ignores: ['input:update', 'search:update', 'click:row'] }]
228+
options: [{ ignores: ['/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u'] }]
229229
}
230230
],
231231
invalid: [

0 commit comments

Comments
 (0)