Commit 780010c
committed
fix: resolve ESLint errors in generated files and strengthen type checking
- Add src/core/generated-resources.ts to ESLint ignore list alongside existing generated-plugins.ts
- Fix TypeScript warnings in src/core/resources.ts by replacing 'any' with 'unknown' and adding explicit return type
- Upgrade @typescript-eslint/no-explicit-any from warning to error to prevent future 'any' usage
This resolves the GitHub CI build-and-test linting failures caused by auto-generated files being linted.1 parent 92bc4df commit 780010c
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments