Skip to content

Commit f269049

Browse files
TSLint fixes
1 parent 1d58a80 commit f269049

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: npm ci
4545

46-
- name: Run linter
46+
- name: Run linters
4747
run: npm run lint
4848

4949
- name: Build the code

src/npm-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as ezSpawn from "@jsdevtools/ez-spawn";
2-
import { promises as fs } from "fs";
32
import { ono } from "@jsdevtools/ono";
3+
import { promises as fs } from "fs";
44
import { EOL } from "os";
55
import { dirname } from "path";
66
import { NormalizedOptions } from "./normalize-options";

src/npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { StdioOptions } from "child_process";
21
import * as ezSpawn from "@jsdevtools/ez-spawn";
32
import { ono } from "@jsdevtools/ono";
3+
import { StdioOptions } from "child_process";
44
import { dirname, resolve } from "path";
55
import { SemVer } from "semver";
66
import { NormalizedOptions } from "./normalize-options";

src/read-manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { promises as fs } from "fs";
21
import { ono } from "@jsdevtools/ono";
2+
import { promises as fs } from "fs";
33
import { resolve } from "path";
44
import { SemVer } from "semver";
55
import { Debug } from "./options";

0 commit comments

Comments
 (0)