Commit fa8a0bb
committed
fix: satisfy consistent-type-imports in tools/oxlint-plugins/comfy.ts
Main added this file after the widened lint scope was proposed here; its
typeof import(...) type annotations trip
@typescript-eslint/consistent-type-imports now that eslint runs over
tools/. Hoist the module types into top-level import type statements
instead.1 parent b9652f5 commit fa8a0bb
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | | - | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments