Skip to content

Commit 30151a1

Browse files
committed
chore: fix lint error
1 parent a988a9f commit 30151a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/create-release-issue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-console */
2+
import chalk from 'chalk';
23
import dotenv from 'dotenv';
34
import semver from 'semver';
4-
import chalk from 'chalk';
55

66
import {
77
LANGUAGES,

0 commit comments

Comments
 (0)