fix(linter): fix import of chalk for reporting (#21201)
This commit is contained in:
parent
331fbe64b1
commit
cbcd2ecddc
@ -4,7 +4,7 @@ import {
|
|||||||
readCachedProjectGraph,
|
readCachedProjectGraph,
|
||||||
} from '@nx/devkit';
|
} from '@nx/devkit';
|
||||||
import { isTerminalRun } from './runtime-lint-utils';
|
import { isTerminalRun } from './runtime-lint-utils';
|
||||||
import * as chalk from 'chalk';
|
import chalk = require('chalk');
|
||||||
import {
|
import {
|
||||||
createProjectRootMappings,
|
createProjectRootMappings,
|
||||||
ProjectRootMappings,
|
ProjectRootMappings,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user