Move precommit hook combineErrors fn import to right dependency (#132998) (#133010)

(cherry picked from commit d3ee891c70)

Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
Co-authored-by: Spencer <spencer@elastic.co>
This commit is contained in:
Kibana Machine 2022-05-26 13:09:11 -05:00 committed by GitHub
parent bac3567fc1
commit 64041b8a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,8 @@
import SimpleGit from 'simple-git/promise';
import { combineErrors } from '@kbn/dev-utils';
import { run } from '@kbn/dev-cli-runner';
import { createFlagError } from '@kbn/dev-cli-errors';
import { createFlagError, combineErrors } from '@kbn/dev-cli-errors';
import { REPO_ROOT } from '@kbn/utils';
import * as Eslint from './eslint';
import * as Stylelint from './stylelint';