remove unused dep

This commit is contained in:
Cory LaViska
2023-10-16 12:39:05 -04:00
parent db333e1b81
commit 3882eb151d

View File

@@ -1,7 +1,6 @@
import commandLineArgs from 'command-line-args';
import fs from 'fs';
import path from 'path';
import chalk from 'chalk';
import { deleteSync } from 'del';
import prettier from 'prettier';
import { default as prettierConfig } from '../prettier.config.js';