Skip to content

Commit

Permalink
revert validate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Oct 17, 2023
1 parent 077202f commit bb35cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/commands/lint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { lint } = require('@hubspot/local-dev-lib/validate');
const { lint } = require('@hubspot/cli-lib/validate');
const { printHublValidationResult } = require('../lib/hublValidate');
const { logger } = require('@hubspot/cli-lib/logger');
const { logErrorInstance } = require('../lib/errorHandlers/standardErrors');
const { logErrorInstance } = require('@hubspot/cli-lib/errorHandlers');

const {
addConfigOptions,
Expand Down

0 comments on commit bb35cfd

Please sign in to comment.