Switching to import/order instead of sort-imports

This commit is contained in:
Chris Raynor 2020-10-01 11:03:30 +01:00
parent 228546a1e5
commit 122c9b7f24
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
84 changed files with 212 additions and 224 deletions

4
lib/config-utils.js generated
View file

@ -7,11 +7,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const api = __importStar(require("./api-client"));
const externalQueries = __importStar(require("./external-queries"));
const fs = __importStar(require("fs"));
const path = __importStar(require("path"));
const yaml = __importStar(require("js-yaml"));
const api = __importStar(require("./api-client"));
const externalQueries = __importStar(require("./external-queries"));
const languages_1 = require("./languages");
// Property names from the user-supplied config file.
const NAME_PROPERTY = "name";