Skip to content

Commit 88fbe52

Browse files
committed
not sure why eslint suddenly is opposed, but we need control chars in regexes
1 parent 8fcce2e commit 88fbe52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"no-cond-assign": "off",
1919
"no-const-assign": "error",
2020
"no-constant-condition": [ "error", { "checkLoops": false } ],
21+
"no-control-regex": "off",
2122
"no-this-before-super": "error",
2223
"no-var": "error",
2324
"object-shorthand": [ "error", "always" ],

0 commit comments

Comments
 (0)