Skip to content

Commit

Permalink
chore: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Dec 30, 2023
1 parent a35f1a4 commit 4861c06
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/bytebuffer/debug.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// encodings/debug

import { ByteBuffer } from '.'
Expand Down
1 change: 0 additions & 1 deletion packages/client/test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import * as path from 'path'
import { queryStatus, Status } from './index'
import { describe, test, expect } from 'vitest'
Expand Down
1 change: 0 additions & 1 deletion packages/mod-parser/forgeConfig.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* Represent the forge config file
*/
Expand Down
1 change: 0 additions & 1 deletion packages/unzip/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { open } from './index'
import { describe, test, expect, vi } from 'vitest'
import { open as yopen, fromBuffer, fromFd } from 'yauzl'
Expand Down

0 comments on commit 4861c06

Please sign in to comment.