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:
parent
be048fee28
commit
f7c7b462e2
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
"key-spacing": 0,
|
"key-spacing": 0,
|
||||||
"no-shadow": 0,
|
"no-shadow": 0,
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
|
"no-control-regex": 0,
|
||||||
"semi": 2
|
"semi": 2
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
|
|
Loading…
Reference in a new issue