chore: migrate outdated @payloadcms/next/utilities imports (#10777)

This commit is contained in:
Alessio Gravili
2025-01-23 18:58:45 -07:00
committed by GitHub
parent 03f7bdf1ee
commit b9d3250117
11 changed files with 35 additions and 40 deletions

View File

@@ -21,6 +21,7 @@ export const defaultESLintIgnores = [
'**/temp/',
'**/*.spec.ts',
'next-env.d.ts',
'**/app',
]
/** @typedef {import('eslint').Linter.Config} Config */