Commit abd907a
authored
fix(rules): ensure lookbehind regex is evaluated correctly by minifiers (#3945)
* fix(rules): ensure lookbehind regex is evaluated correctly by minifiers
* Use a default variable in the regex to prevent removal by minifiers
* fix(rules): remove unnecessary eslint directive for lookbehind regex1 parent 96351c4 commit abd907a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | | - | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments