Commit 629f6e7
fix: Fix eslint errors in types package
- Replace Function type with proper function signature in api.ts
- Remove generated .d.ts and .js files from src directory
- Update .gitignore to prevent generated files in src
- All packages now pass lint with 0 errors (only warnings remain)
- Fixes: utils?: Record<string, Function> -> utils?: Record<string, (...args: any[]) => any>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent e86606a commit 629f6e7
28 files changed
Lines changed: 6 additions & 4949 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments