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

fix: fixed linebreaks lint issue

This commit is contained in:
Priscila Oliveira 2018-06-11 22:22:45 +02:00
parent d3ba567dd5
commit 9e3ab09d6e

@ -40,6 +40,7 @@
"valid-jsdoc": 0,
"prefer-spread": 1,
"prefer-rest-params": 1,
"linebreak-style": 0,
"quote-props":["error", "as-needed"]
}
}