Skip to content

Commit

Permalink
Run npm run lint-fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gavin committed Oct 5, 2020
1 parent 14192f8 commit 11c1460
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/analysis-paths.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/analysis-paths.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analysis-paths.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/analysis-paths.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import test from "ava";
import * as path from "path";

import test from "ava";

import * as analysisPaths from "./analysis-paths";
import { setupTests } from "./testing-utils";
import * as util from "./util";
Expand Down
1 change: 1 addition & 0 deletions src/analysis-paths.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as path from "path";

import * as configUtils from "./config-utils";
import { Logger } from "./logging";

Expand Down

0 comments on commit 11c1460

Please sign in to comment.