Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongliang02 committed Nov 19, 2024
1 parent d1c0ff4 commit 8150cd4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions packages/safe-fs/src/__tests__/fs.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fs from 'fs'
import path from 'path'

import { vol } from 'memfs'
import path from 'path'
import { beforeEach, describe, expect, it } from 'vitest'

import { createGetter } from '@/getter'
Expand Down
1 change: 0 additions & 1 deletion packages/validators/src/__tests__/path.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import path from 'path'

import { describe, expect, it } from 'vitest'
import { ZodError } from 'zod'

Expand Down
1 change: 0 additions & 1 deletion packages/validators/src/path/options.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import path from 'path'

import { z } from 'zod'

/**
Expand Down
1 change: 0 additions & 1 deletion packages/validators/src/path/schema.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import path from 'path'

import { z } from 'zod'

import { ParsedPathValidatorOptions } from '@/path/options'
Expand Down

0 comments on commit 8150cd4

Please sign in to comment.