Commit eefd818
fix(linter/explicit-module-boundary-types): add help messages to missing diagnostics (#19736)
Added `.with_help` to the following lint rules at in the typescript `explicit-module-boundary-types.rs` file:
- `func_missing_return_type`
- `func_missing_argument_type`
- `func_argument_is_explicitly_any`
Part of #19121
---------
Co-authored-by: Cameron <[email protected]>1 parent a447840 commit eefd818
File tree
2 files changed
+110
-3
lines changed- crates/oxc_linter/src
- rules/typescript
- snapshots
2 files changed
+110
-3
lines changedLines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
35 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
0 commit comments