Commit d16de35
Simplify trackPromise using Promise.finally() and fix ESLint
- Refactor trackPromise to use .finally() for cleaner code
- Add argsIgnorePattern and varsIgnorePattern to ESLint config
- Allow underscore-prefixed unused parameters (convention)
- Improve code readability and maintainability
Co-authored-by: na-trium-144 <[email protected]>1 parent 7c5a3e6 commit d16de35
2 files changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 115 | | |
121 | 116 | | |
122 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments