Skip to content

Commit cbcd2ec

Browse files
authored
fix(linter): fix import of chalk for reporting (#21201)
1 parent 331fbe6 commit cbcd2ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/eslint-plugin/src/utils/project-graph-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
readCachedProjectGraph,
55
} from '@nx/devkit';
66
import { isTerminalRun } from './runtime-lint-utils';
7-
import * as chalk from 'chalk';
7+
import chalk = require('chalk');
88
import {
99
createProjectRootMappings,
1010
ProjectRootMappings,

0 commit comments

Comments
 (0)