0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

Merge pull request #750 from priscilawebdev/master

fix: fixed linebreaks lint issue
This commit is contained in:
Juan Picado @jotadeveloper 2018-06-11 22:40:50 +02:00 committed by GitHub
commit b334f29cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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