diff --git a/src/cli/index.ts b/src/cli/index.ts index 77bb7d5..a5986dd 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -1,5 +1,5 @@ -import * as yargs from 'yargs'; import { config } from 'dotenv'; +import * as yargs from 'yargs'; import { AnalyseCommand } from './analyse'; import { CheckCommand } from './check';