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

pull/741/head
Nathanaël Jourdane 5 years ago
parent e32fe3f91c
commit ef6268bb07

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

Loading…
Cancel
Save