chore: more linting

This commit is contained in:
Elliot DeNolf
2024-03-19 01:15:25 -04:00
parent c5ecf48d94
commit 1ac76d7758
17 changed files with 20 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
import type { Payload } from 'payload'
import path from 'path'
import { fileURLToPath } from 'url'
import type { Payload } from 'payload'
import getFileByPath from '../../packages/payload/src/uploads/getFileByPath.js'
import { initPayloadInt } from '../helpers/initPayloadInt.js'
import removeFiles from '../helpers/removeFiles.js'