Turn off named capture group eslint warning
We cannot use named capture groups, as older versions of chrome (from 5.9) do not support them.
This commit is contained in:
parent
9b66987588
commit
28bc479de8
@ -60,3 +60,4 @@ rules:
|
|||||||
max-lines-per-function: "off"
|
max-lines-per-function: "off"
|
||||||
require-unicode-regexp: "off"
|
require-unicode-regexp: "off"
|
||||||
max-params: "off"
|
max-params: "off"
|
||||||
|
prefer-named-capture-group: "off"
|
||||||
|
Loading…
Reference in New Issue
Block a user