1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

refactor: enable no-useless-escape eslint rule

This commit is contained in:
Juan Picado @jotadeveloper 2018-04-30 18:43:33 +02:00
parent 7c44dabaec
commit 9050af8e36
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

@ -33,7 +33,7 @@
"no-tabs": 2,
"keyword-spacing": 2,
"padded-blocks": 2,
"no-useless-escape": 0,
"no-useless-escape": 2,
"handle-callback-err": 2,
"no-debugger": 2,
"no-fallthrough": 2,