Commit 0f86006
committed
style: fix ESLint errors — import order, blank lines, padding-line
- utils.ts: move node:os import after node:net (import/order)
- executor.ts: collapse multiple blank lines to max 2 (no-multiple-empty-lines)
- host.ts: add blank line before statement at line 175 (padding-line-between-statements)1 parent ebca5fc commit 0f86006
File tree
3 files changed
+2
-3
lines changed- packages
- angular_devkit
- build_angular/src/builders/ssr-dev-server
- schematics/tasks/package-manager
- angular/cli/src/package-managers
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
0 commit comments