Log color and simplify startup log for production (#3889)

This commit is contained in:
Louis Lam
2023-10-14 03:00:34 +08:00
committed by GitHub
parent 7212d884ef
commit 03e43ab364
8 changed files with 191 additions and 41 deletions

View File

@@ -178,6 +178,7 @@ module.exports = {
"jsdoc/require-returns-type": "off",
"jsdoc/require-param-type": "off",
"@typescript-eslint/no-explicit-any": "off",
"prefer-const": "off",
}
}
]