Skip to content

Commit e4f2192

Browse files
committed
Remove redundant eslint inline rules
1 parent 13463b7 commit e4f2192

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/sslUtil.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ async function createAndInstallCertificate(keyPath, certPath) {
7070
// the created certificate into the system)
7171
// TODO: Prompt and logging should happen in CLI module rather than server
7272
if (process.platform === "win32") {
73-
/* eslint-disable-next-line no-console */
7473
process.stderr.write("Please press allow in the opened dialog to confirm importing the newly created " +
7574
"SSL certificate into the operating system and browsers.");
7675
process.stderr.write("\n");
7776
} else {
78-
/* eslint-disable-next-line no-console */
7977
process.stderr.write("Please enter your root password to allow importing the newly created " +
8078
"SSL certificate into the operating system and browsers.");
8179
process.stderr.write("\n");

0 commit comments

Comments
 (0)