Commit d015e9c
authored
fix: re-enable no-control-regex (#3)
It wasn't immediately obvious to me why we'd have this off by default since oxlint enables it by default: https://oxc.rs/docs/guide/usage/linter/rules/eslint/no-control-regex.html
It does appear that there is code in expo/expo that disables the eslint rule explicitly: https://github.com/search?q=repo%3Aexpo%2Fexpo%20no-control-regex&type=code. I think this order of precedence is correct. On by default to match oxlint default, explicit per-case disable.1 parent 030071d commit d015e9c
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments