Switching to import/order instead of sort-imports
This commit is contained in:
parent
228546a1e5
commit
122c9b7f24
84 changed files with 212 additions and 224 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import * as path from "path";
|
||||
|
||||
import * as toolcache from "@actions/tool-cache";
|
||||
import test from "ava";
|
||||
import nock from "nock";
|
||||
|
||||
import * as codeql from "./codeql";
|
||||
import * as defaults from "./defaults.json";
|
||||
import * as path from "path";
|
||||
import * as toolcache from "@actions/tool-cache";
|
||||
import * as util from "./util";
|
||||
|
||||
import nock from "nock";
|
||||
import test from "ava";
|
||||
|
||||
import { getRunnerLogger } from "./logging";
|
||||
import { setupTests } from "./testing-utils";
|
||||
import * as util from "./util";
|
||||
|
||||
setupTests(test);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue