Skip to content

Commit dcb7ac1

Browse files
authored
Experimenting with regex support in fabricbot, trying to fix a bug in aot rule
1 parent ae54fe0 commit dcb7ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/fabricbot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3687,7 +3687,7 @@
36873687
{
36883688
"name": "bodyContains",
36893689
"parameters": {
3690-
"bodyPattern": "(AOT)/gi",
3690+
"bodyPattern": "(aot)/i",
36913691
"isRegex": true
36923692
}
36933693
},

0 commit comments

Comments
 (0)