Commit 8e3149e
committed
fix: resolve CI failures for lint and Meshery UI integration test
Remove stale eslint-disable comment referencing unregistered import/first
rule that was causing ESLint to fail with reportUnusedDisableDirectives.
Patch Meshery UI tsconfig in integration test to add ignoreDeprecations: "6.0"
so builds with TypeScript 6.x (bundled with Next.js 16.x) continue to work.
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>1 parent 339824c commit 8e3149e
2 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
65 | 80 | | |
66 | 81 | | |
67 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
0 commit comments