Skip to content

Commit d61ffe1

Browse files
committed
Add winston logger and check so key and cert is set in ssl mode
1 parent bc4ebd6 commit d61ffe1

File tree

4 files changed

+2418
-406
lines changed

4 files changed

+2418
-406
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ module.exports = {
218218
"no-with": "error",
219219
"nonblock-statement-body-position": "error",
220220
"object-curly-newline": "error",
221-
"object-curly-spacing": "error",
221+
"object-curly-spacing": "off",
222222
"object-property-newline": "error",
223223
"object-shorthand": "off",
224224
"one-var": "off",

0 commit comments

Comments
 (0)