You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// e18e/prefer-static-regex is too strict for non-lib projects, and most of the time the performance improvement is negligible, so we'll disable it by default for app projects
31
+
...(type==='lib'
32
+
? {}
33
+
: {
34
+
'e18e/prefer-static-regex': 'off',
35
+
}),
36
+
30
37
// these are a bit opinionated and dangerous (introducing behavioral changes), so we'll disable them by default for now
0 commit comments