CloudNativeJS / cloud-health-connect

A connect middleware for the cloud-health module, providing liveness and readiness endpoints for Kubernetes
Apache License 2.0
90 stars 17 forks source link

Typescript | tsconfig.json | noUnusedParameters: true produces errors #95

Open woozie opened 3 years ago

woozie commented 3 years ago

Hello

When importing module with noUnusedParameters: true compiler throws errors

You can fix if adding _ before unused variable or remove them completely

Screenshot