'@typescript-eslint/no-unnecessary-type-assertion': 'off',
'@typescript-eslint/no-redundant-type-constituents': 'off',
'@typescript-eslint/return-await': 'off',
+ '@typescript-eslint/restrict-template-expressions': 'off',
},
},
{
.then(response => {
if (response.status) {
console.info(
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
`Express is listening in cluster worker on port ${response.port?.toString()}`
)
}
.then(response => {
if (response.status) {
console.info(
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
`Express is listening in cluster worker on port ${response.port?.toString()}`
)
}
.then(response => {
if (response.status) {
console.info(
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
`Fastify is listening in cluster worker on port ${response.port?.toString()}`
)
}
.then(response => {
if (response.status) {
console.info(
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
`Fastify is listening in cluster worker on port ${response.port?.toString()}`
)
}
.then(response => {
if (response.status) {
console.info(
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
`WebSocket server is listening in cluster worker on port ${response.port?.toString()}`
)
}
.then(response => {
if (response.status) {
console.info(
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
`WebSocket server is listening in cluster worker on port ${response.port?.toString()}`
)
}