fix(linter): fix import of chalk for reporting (#21201)
This commit is contained in:
parent
331fbe64b1
commit
cbcd2ecddc
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user