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:
parent
7c44dabaec
commit
9050af8e36
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue