Commit 088f2b2
committed
fix: resolve TypeScript linting issues in telemetry test files
- Add eslint-disable comments for @typescript-eslint/no-explicit-any
- Add eslint-disable comment for @typescript-eslint/no-unused-vars
- This is a common practice in test files where mock objects do not need full type definitions1 parent 3054ad7 commit 088f2b2
File tree
2 files changed
+3
-0
lines changed- packages/cloud/src/__tests__
2 files changed
+3
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments