UNPKG

lint-staged

Version:
9 lines (5 loc) 218 B
import chalk from 'chalk' import { figures } from 'listr2' export const info = chalk.blue(figures.arrowRight) export const error = chalk.redBright(figures.cross) export const warning = chalk.yellow(figures.warning)