Commit 9940ffa
authored
Update trailing-comma rule to match ES sepc
Since TS v2.9 trailing comma is not allowed after rest parameters or bindings.
See: microsoft/TypeScript#22262
This PR is just aligning with new TS requirement to avoid conflicts.1 parent faa063e commit 9940ffa
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments