fix(linter): fix import of chalk for reporting (#21201)

This commit is contained in:
Miroslav Jonaš 2024-01-18 15:23:25 +01:00 committed by GitHub
parent 331fbe64b1
commit cbcd2ecddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,