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:
Jay Kamat 2019-03-05 18:53:38 -08:00
parent 9b66987588
commit 28bc479de8
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

View File

@ -60,3 +60,4 @@ rules:
max-lines-per-function: "off"
require-unicode-regexp: "off"
max-params: "off"
prefer-named-capture-group: "off"