disable no-useless-escape eslint rule, which is too aggressive

This commit is contained in:
Nathanaël Jourdane 2019-02-06 16:42:34 +01:00
parent e32fe3f91c
commit ef6268bb07

View File

@ -13,7 +13,8 @@
"semi": [
2,
"always"
]
],
"no-useless-escape": "off"
},
"env": {
"browser": true,