Skip to content

Commit

Permalink
fix: ESLint comma-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Mar 25, 2024
1 parent 7318673 commit a9c84a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import * as Commander from 'commander'
import {
CreateLatestTag, Apply, ListCommitsContainingTag, DeleteTagsWithCommits,
} from './sources/tag.js'
import {CreateLatestTag, Apply, ListCommitsContainingTag, DeleteTagsWithCommits} from './sources/tag.js'
import {CreateReleaseWithLatest, ListRelease, DeleteReleaseExceptRecentTwo} from './sources/release.js'
import type * as Types from './sources/types.js'

Expand Down

0 comments on commit a9c84a9

Please sign in to comment.