lint: remove chalk

This commit is contained in:
Barış Soner Uşaklı
2023-04-12 16:22:45 -04:00
parent 30234cf7eb
commit a0bac74e63

View File

@@ -4,7 +4,6 @@ const nconf = require('nconf');
const winston = require('winston');
const path = require('path');
const express = require('express');
const chalk = require('chalk');
const meta = require('../meta');
const controllers = require('../controllers');