0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05: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

View file

@ -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,