Commit a9025e6
committed
refactor(ui-scripts): relocate lint command out of legacy lib/test/ folder
Move lint.ts from lib/test/ into lib/commands/, alongside the other
yargs command modules (bump.ts, server.ts, etc.) it's registered with
in commands/index.ts. The test/ directory dates back to when ui-scripts
merged in the separate ui-test package; lint.ts never followed the
other commands when they were reorganized.1 parent f0a221d commit a9025e6
3 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
File renamed without changes.
0 commit comments