Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jctaoo committed Aug 26, 2024
1 parent 8190498 commit b66468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import fs from 'fs';
import path from 'path';

import { yellow } from 'colorette';
import { BuildFailure, BuildOptions } from 'esbuild';

import {
Expand All @@ -16,7 +17,6 @@ import {
} from '../common';
import { MainCommand } from '../types';
import { exists } from '../utils';
import { yellow } from 'colorette';

function transformErrors(error: BuildFailure): CompileError[] {
return error.errors.map((e): CompileError => {
Expand Down

0 comments on commit b66468d

Please sign in to comment.