Skip to content

Commit 11c1460

Browse files
committed
Run npm run lint-fix.
1 parent 14192f8 commit 11c1460

5 files changed

Lines changed: 9 additions & 7 deletions

File tree

lib/analysis-paths.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analysis-paths.test.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analysis-paths.test.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analysis-paths.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import test from "ava";
21
import * as path from "path";
32

3+
import test from "ava";
4+
45
import * as analysisPaths from "./analysis-paths";
56
import { setupTests } from "./testing-utils";
67
import * as util from "./util";

src/analysis-paths.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as path from "path";
2+
23
import * as configUtils from "./config-utils";
34
import { Logger } from "./logging";
45

0 commit comments

Comments
 (0)