diff --git a/src/bin/top.js b/src/bin/top.js index e57d2cf..0c96f45 100644 --- a/src/bin/top.js +++ b/src/bin/top.js @@ -1,7 +1,6 @@ import { argv } from 'node:process' import yargs from 'yargs' -// eslint-disable-next-line n/file-extension-in-import import { hideBin } from 'yargs/helpers' import { COMMANDS } from './commands.js'