Skip to content

Commit

Permalink
fix(linter): fix import of chalk for reporting (#21201)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored and isaacplmann committed Jan 18, 2024
1 parent c1da784 commit 6586389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/utils/project-graph-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
readCachedProjectGraph,
} from '@nx/devkit';
import { isTerminalRun } from './runtime-lint-utils';
import * as chalk from 'chalk';
import chalk = require('chalk');
import {
createProjectRootMappings,
ProjectRootMappings,
Expand Down

0 comments on commit 6586389

Please sign in to comment.