There was an error while loading. Please reload this page.
1 parent 331fbe6 commit cbcd2ecCopy full SHA for cbcd2ec
1 file changed
packages/eslint-plugin/src/utils/project-graph-utils.ts
@@ -4,7 +4,7 @@ import {
4
readCachedProjectGraph,
5
} from '@nx/devkit';
6
import { isTerminalRun } from './runtime-lint-utils';
7
-import * as chalk from 'chalk';
+import chalk = require('chalk');
8
import {
9
createProjectRootMappings,
10
ProjectRootMappings,
0 commit comments