disable no-control-regex check of eslint

We do want control characters in regex in loleaflet/src/map/Clipboard.js

Change-Id: I4e393cd57afc42cbb30e8c63f2a497519942411a
This commit is contained in:
Andras Timar 2020-10-19 16:11:15 +02:00
parent be048fee28
commit f7c7b462e2

View file

@ -17,6 +17,7 @@
"key-spacing": 0,
"no-shadow": 0,
"no-console": 0,
"no-control-regex": 0,
"semi": 2
},
"globals": {