Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
knutkirkhorn committed Mar 26, 2023
1 parent d47a5df commit 908c0fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import path from 'node:path';
import fs from 'node:fs/promises';
import logSymbols from 'log-symbols';
import {fileURLToPath} from 'node:url';

async function isDirectory(directoryPath) {
try {
Expand Down

0 comments on commit 908c0fe

Please sign in to comment.