eslint-bulk.js 422 B

1234567
  1. "use strict";
  2. // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
  3. // See LICENSE in the project root for license information.
  4. Object.defineProperty(exports, "__esModule", { value: true });
  5. // "lib/exports/eslint-bulk" is the entry point for the @rushstack/eslint-bulk command line front end.
  6. require("../eslint-bulk-suppressions/cli/start");
  7. //# sourceMappingURL=eslint-bulk.js.map