PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/nx/src/command-line

Просмотр файла: lint.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.workspaceLint = void 0;
const tslib_1 = require("tslib");
const output_1 = require("../utils/output");
function workspaceLint() {
    return tslib_1.__awaiter(this, void 0, void 0, function* () {
        output_1.output.warn({
            title: `"nx workspace-lint" has been deprecated.`,
            bodyLines: [
                `Nx has been reworked to make sure that the issues workspace-lint used to catch are not longer possible.`,
                `Remove "nx workspace-lint" from your CI.`,
            ],
        });
    });
}
exports.workspaceLint = workspaceLint;
//# sourceMappingURL=lint.js.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!