Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(instrumentation): fix eslint warnings
``` /home/runner/work/opentelemetry-js/opentelemetry-js/experimental/packages/opentelemetry-instrumentation/src/types.ts 140:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 140:68 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any 146:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any ``` The annotations weren't working because they were placed on the wrong lines. Ref open-telemetry#5365
- Loading branch information