chore: lint
This commit is contained in:
parent
a9ea727731
commit
242c24d085
2 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
// @ts-nocheck
|
||||
import { promises as fs } from 'fs'
|
||||
import { tmpdir } from 'os'
|
||||
import { join, resolve } from 'path'
|
||||
|
||||
import logger from '../logger'
|
||||
import type { Report } from '../index.d'
|
||||
import packwatch from '..'
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// @ts-nocheck
|
||||
import { convertSizeToBytes } from '../utils'
|
||||
|
||||
describe('utils', () => {
|
||||
|
|
Reference in a new issue